1
0
mirror of synced 2024-11-12 02:00:52 +01:00

git: Fix setting of version env var on Windows

This commit is contained in:
WerWolv 2022-10-27 14:12:46 +02:00
parent a04e2bc8f6
commit e15bcb51aa

View File

@ -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: |