git: Fix setting of version env var on Windows
This commit is contained in:
parent
a04e2bc8f6
commit
e15bcb51aa
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -28,10 +28,6 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: 📜 Set version variable
|
||||
run: |
|
||||
echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV
|
||||
|
||||
- name: 📜 Setup ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
id: cache-ccache
|
||||
@ -63,6 +59,10 @@ jobs:
|
||||
freetype:p
|
||||
dlfcn:p
|
||||
|
||||
- name: 📜 Set version variable
|
||||
run: |
|
||||
echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV
|
||||
|
||||
# Windows cmake build
|
||||
- name: 🛠️ Build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user