mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
🚧 CI: fix checks
This commit is contained in:
parent
3b61e1d798
commit
989db84964
8
.github/workflows/checks.yml
vendored
8
.github/workflows/checks.yml
vendored
@ -20,6 +20,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: install deps
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get upgrade -y
|
||||||
|
apt-get install -y curl
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Debug
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user