From 80bab2aa9ecd77df6976dea76df107c523fd1cd2 Mon Sep 17 00:00:00 2001 From: Shinmera Date: Tue, 30 Jul 2024 07:00:39 +0200 Subject: [PATCH] Fix lacking sbclrc --- .github/workflows/rebuild-index.yml | 2 ++ .github/workflows/release.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/rebuild-index.yml b/.github/workflows/rebuild-index.yml index ffc37eb..9cb8403 100644 --- a/.github/workflows/rebuild-index.yml +++ b/.github/workflows/rebuild-index.yml @@ -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 "shinmera@tymoon.eu" + 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' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b31086..f1caf34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 "shinmera@tymoon.eu" + 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'