Skip to content

Commit

Permalink
update ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Jul 18, 2023
1 parent f14ebf9 commit 75bc78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ help: ## Display this help screen

download-canboat-pgns: # Downloads Canboat PNG definitions (pgns.json) from Canboat repository
# download canboat v4.10.0 PGNs
@wget -O canboat/testdata/canboat.json -O cmd/n2kreader/canboat.json https://raw.githubusercontent.com/canboat/canboat/v4.10.0/docs/canboat.json
@wget -O canboat/testdata/canboat.json https://raw.githubusercontent.com/canboat/canboat/v4.10.0/docs/canboat.json
@cp canboat/testdata/canboat.json cmd/n2kreader/canboat.json

0 comments on commit 75bc78b

Please sign in to comment.