We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7835800 commit 4e5905fCopy full SHA for 4e5905f
1 file changed
.github/workflows/build.yml
@@ -41,13 +41,13 @@ jobs:
41
with:
42
fetch-depth: 0 # Fetch full git history (needed for changelog.sh script)
43
44
- - name: Install ubuntu build dependencies
+ - name: Install Ubuntu build dependencies
45
if: startsWith(matrix.os, 'ubuntu')
46
run: |
47
sudo apt update
48
sudo apt install -y libsdl2-dev libsdl2-net-dev libglu1-mesa-dev
49
50
- - name: Install windows build dependencies
+ - name: Install Windows build dependencies
51
if: startsWith(matrix.os, 'windows')
52
uses: msys2/setup-msys2@v2
53
@@ -73,6 +73,8 @@ jobs:
73
else
74
./bin/supermodel -print-games
75
fi
76
+ # Remove auto-generated default Supermodel.ini. We do not want to bundle this into packages.
77
+ rm Config/Supermodel.ini
78
79
- name: Create package
80
0 commit comments