Skip to content

Commit

Permalink
Just not going to use make in Github
Browse files Browse the repository at this point in the history
  • Loading branch information
hunoz committed May 21, 2023
1 parent 3da630e commit c4146b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

defaults:
run:
shell: zsh
shell: bash

strategy:
matrix:
Expand All @@ -74,7 +74,7 @@ jobs:
go-version: '1.20.4'

- name: Build Spark CLI
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -ldflags="-X gtech.dev/spark/cognito.ClientId=${{ env.SPARK_CLIENT_ID }} -X gtech.dev/spark/cognito.PoolId=${{ env.SPARK_POOL_ID }} -X gtech.dev/spark/cognito.PoolRegion=${{ env.SPARK_POOL_REGION }}" -o spark-${{ matrix.os }}-${{ matrix.arch }}

- name: Download Spark Version Information
uses: actions/download-artifact@v1
Expand Down

0 comments on commit c4146b6

Please sign in to comment.