mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
🚧 CI: fix checks 2x
This commit is contained in:
parent
989db84964
commit
9d8bec5191
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get upgrade -y
|
sudo apt-get upgrade -y
|
||||||
apt-get install -y curl
|
sudo apt-get install -y curl
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
Loading…
Reference in New Issue
Block a user