Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Sep 1, 2023
1 parent 8801955 commit e6e7cc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: windows-latest-setup
run: pip3 install --user scons

setup-linux:
runs-on: ubuntu-latest
steps:
Expand All @@ -28,6 +28,7 @@ jobs:

build:
runs-on: ${{ matrix.os }}
needs: [setup-linux, setup-windows]

strategy:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: ${{matrix.os}}-setup
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit e6e7cc5

Please sign in to comment.