Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Feb 16, 2022
1 parent 7bd5ff7 commit 1a22b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
config:
- {shared: "ON", build_type: "Debug", name: "omp/debug/shared", "mixed": "OFF"}
- {shared: "OFF", build_type: "Release", name: "omp/release/static", "mixed": "ON"}
name: ${{ matrix.config.name }}-${{ github.workflow }}-${{ (github.head_ref && github.ref) || github.run_id }}
name: ${{ matrix.config.name }}-${{ github.head_ref }}
runs-on: [macos-latest]

steps:
Expand Down

0 comments on commit 1a22b1e

Please sign in to comment.