Skip to content

Commit

Permalink
fix: fix typo in GH actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
berkes committed Oct 9, 2023
1 parent 5c0e3f2 commit a63e9bd
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 @@ -28,7 +28,7 @@ jobs:
publish_crate:
name: Push crate to crates.io
needs: build
runs_on: ubuntu-latest
runs-on: ubuntu-latest

steps:
- name: Check out the repo
Expand Down

0 comments on commit a63e9bd

Please sign in to comment.