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 ec308f4 commit 8801955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ "main" ]

jobs:
setup-windows-latest:
setup-windows:
runs-on: windows-latest
steps:
- uses: actions/setup-python@v2
Expand All @@ -20,7 +20,7 @@ jobs:
- name: windows-latest-setup
run: pip3 install --user scons

setup-linux-latest:
setup-linux:
runs-on: ubuntu-latest
steps:
- name: linux-latest-setup
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: setup-${{matrix.os}}
- 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 8801955

Please sign in to comment.