]> git.nega.tv - josh/narcissus/commitdiff
Try updating Rust before build
authorJosh Simmons <josh@nega.tv>
Sun, 23 Oct 2022 09:07:16 +0000 (11:07 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Oct 2022 09:07:16 +0000 (11:07 +0200)
.github/workflows/rust.yml

index 2eda12c3addbf9f916fe88a9e91e9f2e5297a287..3a626323b36834f433408fa052cf325fb56931cb 100644 (file)
@@ -22,6 +22,9 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get install libsdl2-dev clang llvm
+    - uses: actions-rs/toolchain@v1
+      with:
+        toolchain: stable
     - uses: actions/checkout@v3
     - name: Build
       run: cargo build --verbose