Skip to content

Commit

Permalink
steps2
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 1, 2024
1 parent 972685d commit c830c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
C++${{ matrix.cxx-standard }}
${{ matrix.build-type }}
${{ matrix.label }}'
uses: ./.github/workflows/ci-steps.yml
uses: ./.github/workflows/ci_steps.yml
runs-on: ubuntu-latest
container:
# DockerHub: https://hub.docker.com/u/aswf
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
C++${{ matrix.cxx-standard }}
${{ matrix.build-type }}
${{ matrix.label }}'
uses: ./.github/workflows/ci-steps.yml
uses: ./.github/workflows/ci_steps.yml
runs-on: macos-${{ matrix.osver }}
strategy:
matrix:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
C++${{ matrix.cxx-standard }}
${{ matrix.build-type }}
${{ matrix.label }}'
uses: ./.github/workflows/ci-steps.yml
uses: ./.github/workflows/ci_steps.yml
runs-on: windows-${{ matrix.osver }}
strategy:
matrix:
Expand Down

0 comments on commit c830c0e

Please sign in to comment.