Skip to content

Commit

Permalink
remove a useless sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pictavien committed Nov 22, 2023
1 parent fbf18f7 commit 9b36a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install pre-requesites
run: |
sudo ci-scripts/install-$RUNNER_OS.sh
ci-scripts/install-$RUNNER_OS.sh
ci-scripts/show-config.sh
- name: Build TChecker
run: ci-scripts/build.sh
Expand Down

0 comments on commit 9b36a60

Please sign in to comment.