Skip to content

Commit

Permalink
Revert ubuntu versions downgrades (18.04 does not exists).
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Oct 2, 2024
1 parent 6aef5eb commit cb3b89d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ecode-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix:
config:
- arch: x86_64
container: ubuntu-18.04
container: ubuntu-20.04
runs-on: ${{ matrix.config.container }}
env:
CC: gcc
Expand All @@ -74,7 +74,6 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y libfuse2 fuse premake4 mesa-common-dev libgl1-mesa-dev
bash projects/linux/scripts/install_gcc.sh
bash projects/linux/scripts/install_sdl2.sh
- name: Build ecode
run: |
Expand Down
26 changes: 0 additions & 26 deletions projects/linux/scripts/install_gcc.sh

This file was deleted.

0 comments on commit cb3b89d

Please sign in to comment.