Skip to content

Commit

Permalink
Install valgrind in beta compiler test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrimmel committed Dec 22, 2024
1 parent 755fc7a commit be824f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
issues: write
steps:
- uses: actions/checkout@v4
- name: Install valgrind
run: sudo apt install valgrind
- run: rustup update beta && rustup default beta
- name: Compile the code with the beta compiler
id: build-beta
Expand Down

0 comments on commit be824f6

Please sign in to comment.