Skip to content

Commit

Permalink
use rust container
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 2, 2024
1 parent 14baac8 commit 1bc4906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork)
runs-on: ubuntu-latest
container:
image: fedora:latest
image: rust:latest
# Since this crate creates a new chroot, it needs to be run in a privileged container
options: --privileged
steps:
Expand Down

0 comments on commit 1bc4906

Please sign in to comment.