Skip to content

Commit

Permalink
Further CI AppImage merging
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Aug 22, 2023
1 parent ec272a5 commit 552f9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
CC: ${{ matrix.config.compiler }}
run: |
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_WERROR=ON -DENABLE_HARDENING=ON -DENABLE_LTO=ON
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_msvc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: Continuous Integration (MSVC)

on:
push:
Expand Down

0 comments on commit 552f9f2

Please sign in to comment.