Skip to content

Commit 2c05794

Browse files
committed
changed runner root folder in task file
1 parent 059c1a4 commit 2c05794

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
uses: actions/checkout@v2
6262
with:
6363
repository: juce-framework/JUCE
64-
path: ${{runner.workspace}}/RSAlgorithmicVerb/JUCE
64+
path: ${{runner.workspace}}/JUCE
6565

6666
- name: "Create Build Environment"
67-
working-directory: ${{runner.workspace}}/RSAlgorithmicVerb
67+
working-directory: ${{runner.workspace}}
6868
run: cmake -S . -B build
6969

7070
- name: "Build"
71-
working-directory: ${{runner.workspace}}/RSAlgorithmicVerb
71+
working-directory: ${{runner.workspace}}
7272
run: cmake --build build --config Release
7373
# https://github.com/sudara/cmake-includes/blob/1f5ccb8c040d0a7ec489fdab11831ff310df1077/GitHubENV.cmake#L4
7474
# - name: Read in .env from CMake # see GitHubENV.cmake

0 commit comments

Comments
 (0)