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 2035346
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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,15 @@ jobs:
- name: Add packages
run: |
sudo apt-get update
sudo apt-get install fceux cc65 flips
sudo apt-get install fceux cc65
- name: Grab Dependencies
env:
ERSOFT_SECRET: ${{ secrets.ERSOFT_SECRET }}
run: |
echo $PATH
ls $HOME
(cd $HOME/bin && curl -OL -u "$ERSOFT_SECRET" https://ejona.ersoft.org/taus-ci/flips && chmod +x 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 2035346

Please sign in to comment.