mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +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
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get install -y curl
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt-get install -y curl
|
||||
shell: bash
|
||||
|
||||
- name: Configure CMake
|
||||
|
Loading…
Reference in New Issue
Block a user