Skip to content

Commit aaa0801

Browse files
committed
fixup
1 parent c7bc2e4 commit aaa0801

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/builds.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ permissions: read-all
1212

1313
jobs:
1414

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+
1530
windows-msys2-mingw64:
1631
name: Windows MSYS2 MINGW64
1732
runs-on: windows-latest

0 commit comments

Comments
 (0)