Skip to content

Commit

Permalink
ci: Set up retroarch on Ubuntu runner
Browse files Browse the repository at this point in the history
* Install retroarch on the Ubuntu runner through retroarch repository

* Run retroarch once so that config files are created

* Check that config dir is there
  • Loading branch information
George Gkioulis committed Nov 1, 2020
1 parent 13443a7 commit 0329c47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -20,6 +20,14 @@ jobs:
with:
fetch-depth: 0

- if: startsWith(matrix.os,'ubuntu')
name: Set up retroarch
run: |
sudo add-apt-repository -y ppa:libretro/stable && sudo apt-get update
sudo apt-get -y install retroarch*
retroarch --features
ls ~/.config/retroarch
- name: Set up Go environment
uses: actions/setup-go@v2.1.3
with:
Expand Down

0 comments on commit 0329c47

Please sign in to comment.