Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
cmake: update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Oct 9, 2023
1 parent a9642dc commit b98f1e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
name: Build
strategy:
matrix:
qt-version: [5.15.2, 6.5.1]
qt-version: [5.15.2, 6.5.3]
library-type: [shared, static]
platform: [windows-latest, ubuntu-latest, macos-latest]
include:
- platform: windows-latest
CC: cl
CXX: cl
LD: link
CC: cl.exe
CXX: cl.exe
LD: link.exe
EXTRA_FLAGS: -DFRAMELESSHELPER_ENABLE_SPECTRE=ON -DFRAMELESSHELPER_ENABLE_EHCONTGUARD=ON -DFRAMELESSHELPER_ENABLE_INTELCET=ON -DFRAMELESSHELPER_ENABLE_CFGUARD=ON
- platform: ubuntu-latest
CC: gcc
Expand Down Expand Up @@ -73,6 +73,8 @@ jobs:
- name: Install macOS dependencies
if: ${{ matrix.platform == 'macos-latest' }}
run: |
brew update
brew upgrade
brew install llvm
export PATH="/usr/local/opt/llvm/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 1 files
+44 −13 utils.cmake

0 comments on commit b98f1e7

Please sign in to comment.