Skip to content

Commit

Permalink
styling(workflows): streamline env [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Mar 26, 2024
1 parent d6a8348 commit d7d189e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/server-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ jobs:
runs-on: windows-2019
env:
GOOS: windows
GOARCH: amd64
CC: zig cc
CXX: zig c++
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- working-directory: ./server
env:
GOARCH: amd64
CC: zig cc
CXX: zig c++
run: |
go version
go mod download
Expand All @@ -45,14 +44,13 @@ jobs:
runs-on: ubuntu-latest
env:
GOOS: linux
GOARCH: amd64
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- working-directory: ./server
env:
GOARCH: amd64
run: |
go version
go mod download
Expand Down

0 comments on commit d7d189e

Please sign in to comment.