Skip to content

Commit

Permalink
chore: updated actions to use Docker image with Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakFarmer committed Nov 3, 2023
1 parent 6356dd8 commit 67cde14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: pinelang/llvm-docker:v1.0.0
image: pinelang/llvm-docker-rust:v1.0.0
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run cargo test
- name: Run cargo tests
run: cargo test

0 comments on commit 67cde14

Please sign in to comment.