Skip to content

Commit

Permalink
Update deploy_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostaire committed Aug 24, 2023
1 parent 4d75f6d commit e73b83d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,12 @@ jobs:
- name: Add $HOME/.local/bin to PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

- name: Cache rgbds
id: cache-rgbds
uses: actions/cache@v3
with:
path: |
$HOME/.local/bin/rgbasm
$HOME/.local/bin/rgblink
$HOME/.local/bin/rgbfix
$HOME/.local/bin/rgbgfx
key: ${{ runner.os }}-rgbds-${{ hashFiles('$HOME/.local/bin/rgbasm', '$HOME/.local/bin/rgblink', '$HOME/.local/bin/rgbfix', '$HOME/.local/bin/rgbgfx') }}

- name: Get and compile rgbds
run: |
git clone https://github.com/gbdev/rgbds.git
cd rgbds
make
sudo make install PREFIX=$HOME/.local/
if: steps.cache-rgbds.output.cache-hit != 'true'
- name: Setup emscripten cache
id: cache-system-libraries
Expand Down

0 comments on commit e73b83d

Please sign in to comment.