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 82fa00d commit 0d2b1b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@ jobs:
- windows-latest
- ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
id: cpp2b-binary
with:
name: 'cpp2b-${{ matrix.os }}'
- uses: actions/cache/restore@v4
if: "!contains(matrix.os, 'windows')"
with:
path: /tmp/llvm-project/build
key: 'libcxx-${{ env.LLVM_VERSION }}'
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
id: cpp2b-binary
with:
name: 'cpp2b-${{ matrix.os }}'
- run: 'chmod +x ./cpp2b && ./cpp2b build'
if: "!contains(matrix.os, 'windows')"
working-directory: "examples/${{ matrix.example }}"
Expand Down

0 comments on commit 0d2b1b8

Please sign in to comment.