Skip to content

Commit 0c99b4e

Browse files
committed
Hack
1 parent 0f4f7d5 commit 0c99b4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
- uses: DeterminateSystems/magic-nix-cache-action@main
4343
- name: Run all CI tasks
4444
run: |
45+
# Prepend dummy rustup to PATH to prevent it from being used
46+
export PATH="$(pwd)/no-rustup:$PATH"
47+
mkdir -p no-rustup
48+
echo -e '#!/bin/sh\nexec false' > no-rustup/rustup
49+
chmod +x no-rustup/rustup
4550
nix develop '.?submodules=1' --override-input linera-protocol ./linera-protocol --command pnpm run ci
4651
- name: Upload built extension
4752
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)