mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
workflows: Disable cache for inspircd + add version flavor to the cache key for others
This commit is contained in:
7
.github/workflows/test-devel_release.yml
vendored
7
.github/workflows/test-devel_release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user