Skip to content

Commit

Permalink
Remove quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Mar 7, 2024
1 parent a5fec11 commit 09cd2b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
echo 'VERSION=${{ github.ref_name }}' >> .release-env
echo 'COMMIT=${{ github.sha }}' >> .release-env
echo 'GITHUB_TOKEN=${{ secrets.FLOW_CLI_RELEASE }}' >> .release-env
echo 'CGO_CFLAGS="-O2 -g -D__BLST_PORTABLE__"' >> .release-env
echo 'CGO_CFLAGS=-O2 -g -D__BLST_PORTABLE__' >> .release-env
- name: Build and Release
run: make release
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ binary: $(BINARY)
install-tools:
cd ${GOPATH}; \
mkdir -p ${GOPATH}; \
echo "${CGO_CFLAGS}"; \
GO111MODULE=on go install github.com/axw/gocov/gocov@latest; \
GO111MODULE=on go install github.com/matm/gocov-html/cmd/gocov-html@latest; \
GO111MODULE=on go install github.com/sanderhahn/gozip/cmd/gozip@latest; \
Expand Down

0 comments on commit 09cd2b7

Please sign in to comment.