Skip to content

Commit

Permalink
Merge pull request vitasdk#695 from isage/latestubuntu
Browse files Browse the repository at this point in the history
Switch CI builder to latest ubuntu
  • Loading branch information
Princess-of-Sleeping authored Apr 15, 2022
2 parents dc8a703 + 120755c commit 6348f75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ on:
jobs:
check-headers:
runs-on: ubuntu-latest
container: ubuntu:14.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get update
sudo apt-get install -y cmake cmake-data git doxygen python curl rsync
- name: Check
Expand Down

0 comments on commit 6348f75

Please sign in to comment.