Skip to content

Commit

Permalink
fixup! fixup! Added basic build github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rorynugent committed May 18, 2024
1 parent 3b170b3 commit b19b095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v1

- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.6
with:
toolchain: stable
default: true
Expand Down

0 comments on commit b19b095

Please sign in to comment.