diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-02-01 11:35:52 -0600 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-02-01 12:12:04 -0600 |
| commit | f7de16fca6dbb522bed2d4234625571ad23e2f02 (patch) | |
| tree | c33c2d73b7ad1bc21b9efda05ab57dbba1d55032 | |
| parent | 1124239051f75865673e37770501501fa56f1c8d (diff) | |
Fixed builds on linux
| -rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/main.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 20e18152..251ddcc8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,6 +11,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + - name: Update machine + run: sudo apt update - name: Install dependencies run: sudo apt-get install gcc g++ git cmake ninja-build lsb-release libsdl2-dev libpng-dev libsdl2-net-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libboost-dev libopengl-dev - name: Install latest SDL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bb2c819..160e17e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,6 +112,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + - name: Update machine + run: sudo apt update - name: Install dependencies run: sudo apt-get install gcc g++ git cmake ninja-build lsb-release libsdl2-dev libpng-dev libsdl2-net-dev libzip-dev zipcmp zipmerge ziptool nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libboost-dev libopengl-dev - name: ccache |
