We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059c1a4 commit 2c05794Copy full SHA for 2c05794
1 file changed
.github/workflows/cmake.yml
@@ -61,14 +61,14 @@ jobs:
61
uses: actions/checkout@v2
62
with:
63
repository: juce-framework/JUCE
64
- path: ${{runner.workspace}}/RSAlgorithmicVerb/JUCE
+ path: ${{runner.workspace}}/JUCE
65
66
- name: "Create Build Environment"
67
- working-directory: ${{runner.workspace}}/RSAlgorithmicVerb
+ working-directory: ${{runner.workspace}}
68
run: cmake -S . -B build
69
70
- name: "Build"
71
72
run: cmake --build build --config Release
73
# https://github.com/sudara/cmake-includes/blob/1f5ccb8c040d0a7ec489fdab11831ff310df1077/GitHubENV.cmake#L4
74
# - name: Read in .env from CMake # see GitHubENV.cmake
0 commit comments