Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Jan 30, 2024
1 parent 6b95876 commit 70b31f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
-DLLVM_EXTERNAL_LIT=${{ env.LLVM_DIR }}/bin/llvm-lit
- name: Build
run: ninja -C ${{ env.BLD_DIR }} all
run: ninja -C ${{ secrets.BLD_DIR }} all

- name: Test
run: ninja -C ${{ env.BLD_DIR }} check-all
run: ninja -C ${{ secrets.BLD_DIR }} check-all

0 comments on commit 70b31f0

Please sign in to comment.