There was an error while loading. Please reload this page.
1 parent 2b0d329 commit d078d22Copy full SHA for d078d22
1 file changed
.github/workflows/sync-flake-lock.yml
@@ -21,8 +21,8 @@ jobs:
21
22
- name: Sync flake.lock and rust-toolchain.toml from upstream
23
run: |
24
- curl https://raw.githubusercontent.com/obeli-sk/obelisk/refs/heads/latest-pre/flake.lock -o flake.lock
25
- UPSTREAM=https://raw.githubusercontent.com/obeli-sk/obelisk/refs/heads/latest-pre/rust-toolchain.toml
+ curl https://raw.githubusercontent.com/obeli-sk/obelisk/refs/heads/latest/flake.lock -o flake.lock
+ UPSTREAM=https://raw.githubusercontent.com/obeli-sk/obelisk/refs/heads/latest/rust-toolchain.toml
26
CHANNEL=$(curl -fsSL "$UPSTREAM" | grep '^channel =')
27
sed -i "s/^channel =.*/$CHANNEL/" rust-toolchain.toml
28
0 commit comments