Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Sep 11, 2023
1 parent 1181b85 commit c6f022b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
curl -L ${{env.ZETA_TARBALL_URL}} | 7z x -txz -si -so | 7z x -si -ttar -o"${{github.workspace}}\build" Zeta/API/Z
- name: Configure CMake
run: >
run: >-
cmake
-S "${{github.workspace}}"
-B "${{github.workspace}}/build"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
curl -L ${{env.ZETA_TARBALL_URL}} | xz -cd | tar -C "${{github.workspace}}/build" --strip-components=2 -xvf - Zeta/API/Z
- name: Configure CMake
run: >
run: >-
cmake
-S "${{github.workspace}}"
-B "${{github.workspace}}/build"
Expand Down

0 comments on commit c6f022b

Please sign in to comment.