You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .forgejo/workflows/build.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ jobs:
18
18
fail-fast: false
19
19
matrix:
20
20
config:
21
-
#- name: Windows
22
-
# target: windows
23
-
# platform: win
24
-
#
21
+
- name: Windows
22
+
target: windows
23
+
platform: win
24
+
25
25
# - name: macOS
26
26
# target: macos
27
27
# platform: macos
28
28
#
29
29
# - name: iOS
30
30
# target: ios
31
31
# platform: ios
32
-
#
32
+
33
33
# - name: Android32
34
34
# target: android
35
35
# platform: android32
@@ -90,7 +90,7 @@ jobs:
90
90
91
91
package:
92
92
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)
0 commit comments