Skip to content

Commit d078d22

Browse files
committed
ci: Keep lock sync on latest
1 parent 2b0d329 commit d078d22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-flake-lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Sync flake.lock and rust-toolchain.toml from upstream
2323
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
24+
curl https://raw.githubusercontent.com/obeli-sk/obelisk/refs/heads/latest/flake.lock -o flake.lock
25+
UPSTREAM=https://raw.githubusercontent.com/obeli-sk/obelisk/refs/heads/latest/rust-toolchain.toml
2626
CHANNEL=$(curl -fsSL "$UPSTREAM" | grep '^channel =')
2727
sed -i "s/^channel =.*/$CHANNEL/" rust-toolchain.toml
2828

0 commit comments

Comments
 (0)