mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-09 04:37:41 -04:00
Revert "workaround for apt-get update failures (#1659)"
This reverts commit 209ddea6c7c85a92b7d13e254b2ebd09d64d328c.
This commit is contained in:
parent
6bed82d91f
commit
39fc6ccec3
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Install dependencies (Linux)
|
- name: Install dependencies (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update || true
|
sudo apt-get update
|
||||||
sudo apt-get install \
|
sudo apt-get install \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
@ -140,9 +140,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: sudo apt-get update && sudo apt-get install cppcheck
|
||||||
sudo apt-get update || true
|
|
||||||
sudo apt-get install cppcheck
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user