We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4f7d5 commit 23da435Copy full SHA for 23da435
.github/workflows/build.yml
@@ -42,6 +42,10 @@ jobs:
42
- uses: DeterminateSystems/magic-nix-cache-action@main
43
- name: Run all CI tasks
44
run: |
45
+ export PATH="$(pwd)/no-rustup:$PATH"
46
+ mkdir -p no-rustup
47
+ echo -e '#!/bin/sh\nexec false' > no-rustup/rustup
48
+ chmod +x no-rustup/rustup
49
nix develop '.?submodules=1' --override-input linera-protocol ./linera-protocol --command pnpm run ci
50
- name: Upload built extension
51
uses: actions/upload-artifact@v4
0 commit comments