APE support in CI.
h3rald h3rald@h3rald.com
Sat, 07 Dec 2024 19:27:51 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/ci.yml
→
.github/workflows/ci.yml
@@ -59,7 +59,7 @@
# Generate APE binary - name: Generate APE binary run: | - mv hex hex.native + rm hex make ape if: matrix.os == 'ubuntu-latest'