Skip to content

Commit

Permalink
Run CI in rust:1.80 container
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Guggi committed Aug 4, 2024
1 parent 78cedf8 commit 4577777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
container: rust:1.80
steps:
- uses: actions/checkout@v4
- name: Install
Expand All @@ -23,6 +24,7 @@ jobs:

cross-compile:
runs-on: ubuntu-latest
container: rust:1.80
steps:
- uses: actions/checkout@v4
- name: Prepare
Expand Down

0 comments on commit 4577777

Please sign in to comment.