Skip to content

Commit

Permalink
wip: Updates to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybosamiya committed Jan 22, 2025
1 parent 261a4dd commit a4cec34
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/verus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: verus

on: [pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch, push]

jobs:
verus:
Expand All @@ -9,16 +9,9 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: Install toolchain dependencies
shell: bash
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --profile minimal --default-toolchain none -y
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
- name: Install Rust toolchain
run: |
rustup update --no-self-update stable
rustup install 1.79.0-x86_64-unknown-linux-gnu
rustup install 1.82.0-x86_64-unknown-linux-gnu
- name: Get the URL for the latest Verus release
id: verus-release-info
Expand Down

0 comments on commit a4cec34

Please sign in to comment.