commit | c6b44abf83060912166ac14a862fe02a0ca2d420 | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Wed Dec 02 10:23:15 2020 +0100 |
committer | Thomas Klausner <tk@giga.or.at> | Wed Dec 02 10:23:15 2020 +0100 |
tree | 26cc1d9b4fb01a8014fa57d05f42a84a878940a8 | |
parent | 8c28271214682416e4a0958b9f8826057eb34a5e [diff] |
ga: use a different magic value for the workspace
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ca768b8..68bc100 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml
@@ -17,7 +17,7 @@ - name: configure working-directory: ${{runner.workspace}}/build run: | - cmake ${{runner.workspace}} + cmake $GITHUB_WORKSPACE - name: build working-directory: ${{runner.workspace}}/build run: |