Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Feb 6, 2024
1 parent 99e0f6d commit 0740789
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/zzzo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ on:

jobs:
build-zzzo:
name: "zzzo"
runs-on: "windows-2022"
script_name: ".\\resources\\scripts\\build-windows.ps1"
name: "zzzo: ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [windows-2022]
include:
- os: windows-2022
script_name: .\resources\scripts\build-windows.ps1

steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 0740789

Please sign in to comment.