mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
build check
This commit is contained in:
parent
175f0cfc52
commit
412f6d63f4
9
.github/workflows/build-check.yml
vendored
9
.github/workflows/build-check.yml
vendored
@ -32,15 +32,18 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/var/cache/apt
|
/var/cache/apt/archives/*.deb
|
||||||
/var/lib/apt/lists
|
/var/lib/apt/lists/*
|
||||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/build-check.yml') }}
|
key: ${{ runner.os }}-apt-${{ hashFiles('**/build-check.yml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-apt-
|
${{ runner.os }}-apt-
|
||||||
|
|
||||||
- name: Install Linux Dependencies
|
- name: Install Linux Dependencies
|
||||||
if: steps.cache-apt.outputs.cache-hit != 'true'
|
|
||||||
run: |
|
run: |
|
||||||
|
sudo rm -rf /var/cache/apt/archives/lock
|
||||||
|
sudo rm -rf /var/cache/apt/archives/partial
|
||||||
|
sudo rm -rf /var/lib/apt/lists/lock
|
||||||
|
sudo rm -rf /var/lib/apt/lists/partial
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install --no-install-recommends -y \
|
sudo apt-get install --no-install-recommends -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user