Skip to content

Commit

Permalink
fix: Increase backwards compatibility by building Linux libs on Ubunt…
Browse files Browse the repository at this point in the history
…u 18.04
  • Loading branch information
atteneder committed Mar 5, 2021
1 parent 2ceedf7 commit b8f182c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,20 @@ jobs:

linux:

runs-on: ubuntu-20.04
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1

## Probably not needed anymore with ubuntu 20.04
# - name: install_cmake
# run: |
# sudo apt update
# sudo apt install apt-transport-https ca-certificates gnupg software-properties-common wget
# wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
# sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
# sudo apt update
# sudo apt install cmake
# Probably not needed anymore with ubuntu 20.04
- name: install_cmake
run: |
sudo apt update
sudo apt install apt-transport-https ca-certificates gnupg software-properties-common wget
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
sudo apt update
sudo apt install cmake
- name: apt install
run: |
Expand Down

0 comments on commit b8f182c

Please sign in to comment.