Skip to content

Commit

Permalink
CI: fix AppleClang workflow (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni authored Oct 24, 2024
1 parent c26d849 commit 649382f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
runs-on: macos-latest
if: github.event.pull_request.draft == false
env:
CXXFLAGS: "-Werror -Wno-error=pass-failed"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: TRUE
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -64,6 +63,8 @@ jobs:
export CCACHE_SLOPPINESS=time_macros
ccache -z
export CXXFLAGS="-Werror -Wno-error=pass-failed"
cmake -S . -B build \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DImpactX_FFT=ON \
Expand Down

0 comments on commit 649382f

Please sign in to comment.