Skip to content

Commit

Permalink
more baby steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Mar 10, 2024
1 parent 9e43e87 commit f68843a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
windows-2022-win32: ${{ join(steps.*.outputs.windows-2022-win32,'') }}
windows-2022-arm: ${{ join(steps.*.outputs.windows-2022-arm,'') }}
windows-2022-arm64: ${{ join(steps.*.outputs.windows-2022-arm64,'') }}
ubuntu-22.04-x64: ${{ join(steps.*.outputs.ubuntu-22.04-x64,'') }}
ubuntu-22.04-x86: ${{ join(steps.*.outputs.ubuntu-22.04-x86,'') }}
# ubuntu-2204-x64: ${{ join(steps.*.outputs.ubuntu-2204-x64,'') }}
# ubuntu-2204-x86: ${{ join(steps.*.outputs.ubuntu-2204-x86,'') }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f68843a

Please sign in to comment.