Skip to content

Commit

Permalink
Fix GH actions
Browse files Browse the repository at this point in the history
It's NEVER once, even using the `act` helper!
  • Loading branch information
KenjiTakahashi committed Mar 30, 2023
1 parent 7240bbf commit 3052f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
steps:
- name: setup GNUStep
run: >
apt update &&
apt install -y --no-install-recommends \
sudo apt update &&
sudo apt install -y --no-install-recommends \
ninja-build \
gnustep-make \
libgnustep-base-dev \
Expand Down

0 comments on commit 3052f33

Please sign in to comment.