Skip to content

Commit

Permalink
Revert toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 24, 2024
1 parent 4ad99e8 commit f224a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
~/wrongbrew.sh fixbin curl
~/wrongbrew.sh bundle install
~/wrongbrew.sh fixbin qt@5
~/wrongbrew.sh fixbin fltk
~/wrongbrew.sh fixbin pkg-config
npm update -g npm
npm install --location=global appdmg
env:
Expand All @@ -204,15 +206,12 @@ jobs:
cmake -S . \
-B build \
-DCMAKE_INSTALL_PREFIX="../target" \
-DCMAKE_TOOLCHAIN_FILE="../cmake/toolchains/Apple-Arm64.cmake"
-DCMAKE_APPLE_SILICON_PROCESSOR=arm64 \
-DCMAKE_PREFIX_PATH="$(~/wrongbrew.sh --prefix);$(~/wrongbrew.sh --prefix qt@5)" \
$CMAKE_OPTS \
-DUSE_WERROR=OFF
- name: Build
run: cmake --build build
- name: Run tests
run: |
cd build/tests
ctest --output-on-failure -j3
- name: Package
run: |
cmake --build build --target install
Expand Down
25 changes: 0 additions & 25 deletions cmake/toolchains/Apple-Arm64.cmake

This file was deleted.

0 comments on commit f224a86

Please sign in to comment.