Skip to content

Commit

Permalink
Fix GH-actions semver workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Oct 11, 2023
1 parent 5dd16b2 commit c3e6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: apt update && apt install -y cmake
- run: sudo apt update && sudo apt install -y cmake
- uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit c3e6d36

Please sign in to comment.