Skip to content

Commit d0788b2

Browse files
committed
test adding windows
1 parent 0f7e792 commit d0788b2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.forgejo/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
config:
21-
# - name: Windows
22-
# target: windows
23-
# platform: win
24-
#
21+
- name: Windows
22+
target: windows
23+
platform: win
24+
2525
# - name: macOS
2626
# target: macos
2727
# platform: macos
2828
#
2929
# - name: iOS
3030
# target: ios
3131
# platform: ios
32-
#
32+
3333
# - name: Android32
3434
# target: android
3535
# platform: android32
@@ -90,7 +90,7 @@ jobs:
9090

9191
package:
9292
name: Package builds
93-
runs-on: codeberg-tiny-lazy
93+
runs-on: codeberg-tiny-lazy # note for me: lazy basically means you dont care if it takes a while for the job to start (ref: https://codeberg.org/actions/meta)
9494
needs: ['build']
9595

9696
steps:

0 commit comments

Comments
 (0)