Skip to content

Commit 4fcfc49

Browse files
committed
fix ci
1 parent 9b3f8be commit 4fcfc49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
strategy:
2626
matrix:
2727
configuration: [Release, Debug]
28-
platform: [x86, ARM]
28+
#platform: [x86, ARM] # ARM stopped working on CI?
29+
platform: [x86]
2930

3031
steps:
3132
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)