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 c7bc2e4 commit aaa0801Copy full SHA for aaa0801
.github/workflows/builds.yml
@@ -12,6 +12,21 @@ permissions: read-all
12
13
jobs:
14
15
+ almalinux-cross-compile:
16
+ name: Cross Compile Test
17
+ runs-on: ubuntu-latest
18
+ container: almalinux:9
19
+ steps:
20
+ - run: |
21
+ dnf -y install dnf-plugins-core epel-release
22
+ dnf config-manager --set-enable crb
23
+ dnf -y install \
24
+ cargo \
25
+ gcc-aarch64-linux-gnu \
26
+ rustc
27
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28
+ - run: cargo build
29
+
30
windows-msys2-mingw64:
31
name: Windows MSYS2 MINGW64
32
runs-on: windows-latest
0 commit comments