Skip to content

Commit

Permalink
CI: try to fix linux build with different ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 13, 2020
1 parent f5e823c commit af5d165
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
haxe-version: [3.4.7, 4.0.5, 4.1.1]
os: [ubuntu-16.04, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Install Linux dependencies
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev
- name: Install Android NDK (Linux)
Expand Down

0 comments on commit af5d165

Please sign in to comment.