workflows: Disable cache for inspircd + add version flavor to the cache key for others

This commit is contained in:
2021-07-06 21:34:56 +02:00
parent bfa183e37e
commit 7c32d47713
5 changed files with 30 additions and 40 deletions

View File

@ -25,13 +25,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Cache dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-inspircd
path: |-
~/.cache
$GITHUB_WORKSPACE/inspircd
- name: Install dependencies
run: |-
sudo apt-get install atheme-services