Skip to content

Commit

Permalink
improved goki build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Nov 8, 2023
1 parent 297e9d8 commit 7702a3a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ jobs:
# Build goki job
build-goki:
name: Build GoKi
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
go-version: '1.21.3'

- name: Install GoKi
# we don't want a GUI in the CI
Expand Down

0 comments on commit 7702a3a

Please sign in to comment.