Skip to content

Commit

Permalink
Here We Go Again
Browse files Browse the repository at this point in the history
  • Loading branch information
caxanga334 committed Jun 17, 2024
1 parent 984fed9 commit 3d1ab24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:

jobs:
build_ext:
name: Build for ${{ matrix.identifier }}
runs-on: ${{ matrix.os_version }}

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -46,6 +43,9 @@ jobs:
dbgsym_ext: 'dbg'
premake5action: 'gmake2'

name: Build for ${{ matrix.identifier }}
runs-on: ${{ matrix.os_version }}

steps:
- name: Setup Premake5
uses: abel0b/[email protected]
Expand Down

0 comments on commit 3d1ab24

Please sign in to comment.