Skip to content

Commit

Permalink
bump 307lib to 2.0.1 & try fixing CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 4, 2024
1 parent c1bd44f commit 153da37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/MakeRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
run: cmake --build build --config Release

- name: Create Archive
run: Compress-Archive build/ARRCON/ARRCON.exe ARRCON-$(.\ARRCON -vq)-Windows.zip
run: |
cd build/ARRCON
Compress-Archive ARRCON.exe ARRCON-$(.\ARRCON -vq)-Windows.zip
mv *.zip ../..
shell: pwsh

- name: Upload Artifact
Expand Down Expand Up @@ -80,13 +83,13 @@ jobs:
fetch-depth: 0

- name: Install Requirements
run: brew install cmake ninja
run: brew install cmake ninja clang@17

- name: CMake Configure
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
env:
CC: clang
CXX: clang++
CC: clang-17
CXX: clang++-17

- name: CMake Build
run: cmake --build build --config Release
Expand Down
2 changes: 1 addition & 1 deletion 307lib
Submodule 307lib updated 1 files
+2 −1 shared/CMakeLists.txt

0 comments on commit 153da37

Please sign in to comment.