Skip to content

Commit

Permalink
Fix #6 - update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurkotwal committed Nov 21, 2023
1 parent 0bbe44b commit 46cc591
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

uses: actions/setup-go@v4

- name: Install dependencies
run: sudo apt install libjpeg-turbo8-dev
run: sudo apt install libturbojpeg0-dev

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 46cc591

Please sign in to comment.