aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-10-13 20:15:35 +0100
committerVaxry <[email protected]>2023-10-13 20:15:35 +0100
commitbf070adf57d34c3f291ace2e0532830988629735 (patch)
tree55bd07172c5463e908a68a118fb56ff7075c855d
parent598f64212107d92a61b30c0aa6463950c8ad9b72 (diff)
downloadHyprland-bf070adf57d34c3f291ace2e0532830988629735.tar.gz
Hyprland-bf070adf57d34c3f291ace2e0532830988629735.zip
fix use of make config
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2c9b60a6..0da165f7 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -105,4 +105,4 @@ jobs:
- name: Configure
run: mkdir -p build && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DNO_XWAYLAND:STRING=true -H./ -B./build -G Ninja
- name: Compile
- run: make config && make release
+ run: make release