mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2025-07-08 21:20:13 +02:00
Update build.yml
This commit is contained in:
parent
4d94a0dc34
commit
dec52435c5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Create Build Environment
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev
|
||||
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev libfmt-dev
|
||||
mkdir build
|
||||
|
||||
- name: Configure CMake
|
||||
@ -127,4 +127,4 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2.0.8
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: "build/Release/NDSFactory-${{ github.ref_name }}-Windows-x64.zip"
|
||||
files: "build/Release/NDSFactory-${{ github.ref_name }}-Windows-x64.zip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user