Skip to content

Commit

Permalink
fix: GitHub actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakFarmer committed Nov 3, 2023
1 parent 7177cce commit ebfc2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: pinelang/llvm-docker:latest
image: pinelang/llvm-docker:v1.0.0
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ebfc2be

Please sign in to comment.