We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004a248 commit 3fc91aeCopy full SHA for 3fc91ae
.github/workflows/buildcommit.yml
@@ -21,7 +21,7 @@ jobs:
21
platformtools: arm-linux-gnueabi
22
emulator: qemu-arm
23
- name: aarch64
24
- platformtools: aarch64-linux-gnue
+ platformtools: aarch64-linux-gnu
25
emulator: qemu-aarch64
26
# name: build-linux-gnu (${{matrix.name}})
27
env:
@@ -52,7 +52,6 @@ jobs:
52
path: lib/${{ env.abiname }}/libstackman.a
53
54
build-windows:
55
- if: false
56
runs-on: windows-2019
57
strategy:
58
fail-fast: true
0 commit comments