Skip to content

Commit

Permalink
fix: meh
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 11, 2024
1 parent 05de5c2 commit 02e5997
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ jobs:
with:
path: /tmp/llvm-project/build
key: 'libcxx-${{ env.LLVM_VERSION }}'
- run: '${{ steps.cpp2b-binary.outputs.download-path }} build'
- run: 'mv ${{ steps.cpp2b-binary.outputs.download-path }}/cpp2b ${{ steps.cpp2b-binary.outputs.download-path }}/cpp2b.exe'
if: "'${{ matrix.os }}' == 'ubuntu-24.04'"
- run: '${{ steps.cpp2b-binary.outputs.download-path }}/cpp2b.exe build'
working-directory: "examples/${{ matrix.example }}"

0 comments on commit 02e5997

Please sign in to comment.