Skip to content

Commit

Permalink
Remove enviroment vars for building C/C++ external libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Nov 8, 2023
1 parent 125e8ce commit 2914700
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- name: Build Blade
run: go build -o blade -tags netgo -ldflags="-s -w -X \"github.com/Ethernal-Tech/blade/versioning.Version=${GITHUB_REF_NAME}\" -X \"github.com/Ethernal-Tech/blade/versioning.Commit=${GITHUB_SHA}\"" && tar -czvf blade.tar.gz blade
env:
CC: gcc
CXX: g++
GOARC: amd64
GOOS: linux

Expand Down

0 comments on commit 2914700

Please sign in to comment.