Skip to content

Commit

Permalink
ci: missing sudo install make
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jun 27, 2024
1 parent 8e261e1 commit 5e721f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install requirements
run: |-
sudo apt -y update && apt -y install make
sudo apt -y update && sudo apt -y install make
cd /tmp
git clone --depth=1 --branch v1.11.0 https://github.com/bats-core/bats-core.git
cd bats-core
Expand Down

0 comments on commit 5e721f4

Please sign in to comment.