Skip to content

Commit

Permalink
Fix NetBSD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 16, 2024
1 parent a3e559a commit 2d5e0e2
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_3ds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (3DS)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_dreamcast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Dreamcast)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (FreeBSD)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_haiku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Haiku)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (iOS)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Linux)
on:
push:
branches:
- main
- master
- ModernLighting
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_mac64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (macOS 64 bit)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_n64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (N64)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_nds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (NDS)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (NetBSD)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand All @@ -14,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/cross-rs/x86_64-unknown-netbsd
image: ghcr.io/cross-rs/x86_64-unknown-netbsd:edge
steps:
- uses: actions/checkout@v3
- name: Install prerequisites
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ps2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (PS2)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ps3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (PS3)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_psp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (PSP)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (RPI)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_saturn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Saturn)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Switch)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_vita.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Vita)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_webclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Webclient)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wiigc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Wii/GameCube)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_wiiu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (WiiU)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_win-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Windows ARM32/64)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Windows)
on:
push:
branches:
- main
- master
- ModernLighting
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_xbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Xbox)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_xbox360.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build latest (Xbox 360)
on:
push:
branches:
- main
- master
workflow_dispatch:

Expand Down

0 comments on commit 2d5e0e2

Please sign in to comment.