Skip to content

Commit

Permalink
added scons... again..?
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Sep 1, 2023
1 parent a1c2b46 commit ec308f4
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:
setup-windows-latest:
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:
setup-linux-latest:
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}}
- 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 ec308f4

Please sign in to comment.