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 15c1f7c commit 9a3469c
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 @@ -29,7 +29,7 @@ jobs:
- name: Build Binary
run: go build -v -o ./build/amumax -ldflags "-X github.com/MathieuMoalic/amumax/engine.VERSION=${VERSION}"
env:
VERSION: ${date +'%Y.%m.%d'}
VERSION: $(date +'%Y.%m.%d')
NVCC_CCBIN: /usr/bin/gcc
CGO_CFLAGS: "-I${LD_LIBRARY_PATH}"
CGO_LDFLAGS: "-lcufft -lcurand -lcuda -L${LD_LIBRARY_PATH} -Wl,-rpath -Wl,$ORIGIN/$RPATH"
Expand Down

0 comments on commit 9a3469c

Please sign in to comment.