We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56295a commit c7606c8Copy full SHA for c7606c8
.github/workflows/clanker_cross.yml
@@ -29,10 +29,10 @@ jobs:
29
include:
30
- arch: i386
31
distro: debian:bookworm
32
- install: apt-get update && apt-get install -y build-essential git clang
+ install: apt-get update && apt-get install -y build-essential clang
33
- arch: aarch64
34
distro: ubuntu:22.04
35
36
steps:
37
- uses: actions/checkout@v4
38
- uses: docker/setup-qemu-action@v3
@@ -47,6 +47,5 @@ jobs:
47
${{ matrix.install }} &&
48
touch ffc.h &&
49
make test &&
50
- make example &&
51
- git diff --exit-code ffc.h
+ make example
52
"
0 commit comments