mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +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
|
||||
with:
|
||||
path: |
|
||||
/var/cache/apt
|
||||
/var/lib/apt/lists
|
||||
/var/cache/apt/archives/*.deb
|
||||
/var/lib/apt/lists/*
|
||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/build-check.yml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-apt-
|
||||
|
||||
- name: Install Linux Dependencies
|
||||
if: steps.cache-apt.outputs.cache-hit != 'true'
|
||||
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 install --no-install-recommends -y \
|
||||
build-essential \
|
||||
|
Loading…
x
Reference in New Issue
Block a user