Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Nov 20, 2024
1 parent dc4d470 commit e3ed808
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
- name: Install `sqlx-cli`
run: cargo install sqlx-cli --no-default-features --features postgres

- name: Install RISC Zero toolchain
- name: Install risczero toolchain
run: |
curl -L https://risczero.com/install | bash
echo "$HOME/.risc0/bin" >> $GITHUB_PATH
export PATH="$HOME/.risc0/bin:$PATH"
rzup install
rzup install cpp
echo "$HOME/.risc0/bin" >> $GITHUB_PATH
- name: Add DATABASE_URL environment variable
env:
Expand Down

0 comments on commit e3ed808

Please sign in to comment.