Skip to content

Commit

Permalink
feat: Add missing flag in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Nov 27, 2023
1 parent f0ad2f5 commit 605b79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install make
apt-get install -y make
- name: Build
run: make
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install test dependencies
run: |
apt-get update
apt-get install build-essential make sqlite3
apt-get install -y build-essential make sqlite3
- name: Test
run: |
Expand Down

0 comments on commit 605b79c

Please sign in to comment.