mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-07 21:23:34 +00:00
[no ci] don't install Linux packages on cached runs
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
echo "date=date" >> $GITHUB_ENV
|
echo "date=date" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install necessary hosted Linux packages
|
- name: Install necessary hosted Linux packages
|
||||||
if: matrix.os == 'ubuntu-20.04'
|
if: matrix.os == 'ubuntu-20.04' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
echo "RUNNING: apt update..."
|
echo "RUNNING: apt update..."
|
||||||
sudo apt-get -qq --yes update
|
sudo apt-get -qq --yes update
|
||||||
|
Reference in New Issue
Block a user