Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslopezf committed Dec 11, 2023
1 parent 3967c8d commit c45bce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: '^1.20'
- name: Install dependencies
run: sudo apt update && sudo apt install -yy build-essential
run: apt update && apt install -yy build-essential
- name: Build
run: make build

Expand All @@ -37,7 +37,7 @@ jobs:
with:
go-version: '^1.20'
- name: Install dependencies
run: sudo apt update && sudo apt install -yy build-essential
run: apt update && apt install -yy build-essential
- name: Test
run: make test
env:
Expand Down

0 comments on commit c45bce7

Please sign in to comment.