Skip to content

Commit dac21c7

Browse files
authored
CI: don't install libsdl2, libsdl2-ttf (#2315)
1 parent b699e0e commit dac21c7

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
${{ runner.os }}-npm-
5151
${{ runner.os }}-
5252
- run: npm ci --foreground-scripts
53-
- run: |
54-
sudo apt-get update
55-
sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
5653

5754
# Run test coverage
5855
- run: npm run test:coverage

.github/workflows/node-compile.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ jobs:
141141
curl -fsSL https://bun.com/install | bash -s "bun-v${BUN_VERSION}"
142142
export PATH="${HOME}/.bun/bin:$PATH"
143143
144-
apt-get update
145-
apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
146-
147144
# Compile the executable and test it before compressing it
148145
npm ci --foreground-scripts
149146
npm run compile -- . igir

.github/workflows/node-test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ jobs:
128128
run: |
129129
rm -rf packages/*/addon* packages/*/prebuilds*
130130
- run: npm install --foreground-scripts
131-
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
132-
run: |
133-
sudo apt-get update
134-
sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
135131

136132
# Test the source files
137133
- run: npm run test:unit
@@ -164,10 +160,6 @@ jobs:
164160
${{ runner.os }}-npm-
165161
${{ runner.os }}-
166162
- run: npm ci --ignore-scripts
167-
- if: ${{ runner.os == 'Linux' }}
168-
run: |
169-
sudo apt-get update
170-
sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
171163
- run: npm run test:unit:bun
172164

173165
node-e2e:
@@ -203,9 +195,6 @@ jobs:
203195
${{ runner.os }}-npm-
204196
${{ runner.os }}-
205197
- run: npm ci --foreground-scripts
206-
- run: |
207-
sudo apt-get update
208-
sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
209198
# Test the built files
210199
- run: ./test/endToEndTest.sh
211200

0 commit comments

Comments
 (0)