Skip to content

Commit

Permalink
Fix version in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuMoalic committed Oct 24, 2023
1 parent 54ba9a8 commit e1d11d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo $VERSION
LDFLAGS="-X github.com/MathieuMoalic/amumax/engine.VERSION=$VERSION"
echo $LDFLAGS
go build -v -o ./build/amumax -ldflags $LDFLAGS
go build -v -o ./build/amumax -ldflags "$LDFLAGS"
env:
VERSION: date +'%Y.%m.%d'
NVCC_CCBIN: /usr/bin/gcc
Expand Down

0 comments on commit e1d11d5

Please sign in to comment.