Skip to content

Commit

Permalink
Fixl acking sbclrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jul 30, 2024
1 parent f3735f1 commit b12f1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebuild-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
~/quicklisp
~/.wine
~/trial-deployment
~/.sbclrc
key: ${{ runner.os }}
restore-keys: ${{ runner.os }}
- name: Install packages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
~/quicklisp
~/.wine
~/trial-deployment
~/.sbclrc
key: ${{ runner.os }}
restore-keys: ${{ runner.os }}
- name: Install packages
run: |
git config --global user.name "CI"
git config --global user.email "[email protected]"
sudo apt-get update
sudo apt-get -qq install wine curl fontforge imagemagick inkscape --no-install-recommends
- name: Install env
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b12f1f9

Please sign in to comment.