Skip to content

Commit

Permalink
Added simple rustup install to CI. Probably wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
dkcumming committed Jan 24, 2025
1 parent 56e3182 commit 50494b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive

- name: 'Install rustup'
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > install.sh
sh install.sh -y
- name: 'Build smir_pretty'
run: |
cargo build
cargo build -vv
- name: 'Run smir integration tests'
run: |
Expand Down

0 comments on commit 50494b8

Please sign in to comment.