We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4000523 commit 0cd49f4Copy full SHA for 0cd49f4
1 file changed
.github/workflows/nix.yml
@@ -8,6 +8,10 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: Setup rust
12
+ run: |
13
+ rustup update stable
14
+ rustup default stable
15
- uses: actions/checkout@v6
16
- uses: cachix/install-nix-action@v31
17
with:
0 commit comments