Skip to content

Commit 23da435

Browse files
committed
Hack
1 parent 0f4f7d5 commit 23da435

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- uses: DeterminateSystems/magic-nix-cache-action@main
4343
- name: Run all CI tasks
4444
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
4549
nix develop '.?submodules=1' --override-input linera-protocol ./linera-protocol --command pnpm run ci
4650
- name: Upload built extension
4751
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)