Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Nov 23, 2023
1 parent 1a35f44 commit 5875cff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
pull_request:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -13,12 +16,17 @@ jobs:
- name: Add packages
run: |
sudo apt-get update
sudo apt-get install fceux cc65 flips
sudo apt-get install cc65
curl -OL https://github.com/TASEmulators/fceux/releases/download/interim-build/fceux-ubuntu-x64.deb
apt install fceux-ubuntu-x64.deb
- name: Grab Dependencies
env:
ERSOFT_SECRET: ${{ secrets.ERSOFT_SECRET }}
run: |
mkdir -p ~/.local/bin
curl -L -u "$ERSOFT_SECRET" https://ejona.ersoft.org/taus-ci/flips -o ~/.local/bin/flips
chmod +x ~/.local/bin/flips
curl -OL -u "$ERSOFT_SECRET" https://ejona.ersoft.org/taus-ci/tetris.nes
curl -OL -u "$ERSOFT_SECRET" https://ejona.ersoft.org/taus-ci/tetris-pal.nes
Expand Down

0 comments on commit 5875cff

Please sign in to comment.