Skip to content

Commit

Permalink
forcing profiling off in the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterbrereton committed Jan 9, 2024
1 parent d21d147 commit 812626f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir build
cd build
cmake --log-level=WARNING -DORC_BUILD_EXAMPLES=0 -GXcode ..
cmake --log-level=WARNING -DORC_PROFILING=OFF -DORC_BUILD_EXAMPLES=0 -GXcode ..
- name: 🛠️ orc debug
id: build-orc-debug
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
mkdir build
cd build
cmake --log-level=WARNING -DORC_BUILD_EXAMPLES=0 -GXcode ..
cmake --log-level=WARNING -DORC_PROFILING=OFF -DORC_BUILD_EXAMPLES=0 -GXcode ..
- name: 🛠️ Build ORC
run: |
xcodebuild -json -project ./build/orc.xcodeproj -scheme orc_orc -configuration Release -hideShellScriptEnvironment
Expand Down

0 comments on commit 812626f

Please sign in to comment.