From 57638b8d9592e05802d2888b985703e9177b0979 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Thu, 20 Jun 2024 12:44:19 -0400 Subject: [PATCH] fix(rmz) --- projects/crates.io/rmz/package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/crates.io/rmz/package.yml b/projects/crates.io/rmz/package.yml index 484cb1cb..8b63339b 100644 --- a/projects/crates.io/rmz/package.yml +++ b/projects/crates.io/rmz/package.yml @@ -16,14 +16,15 @@ build: test: # there is some odd bug that seems to prevent the full test from running - # on linux/x86-64 runners, so we'll do a short one + # on linux/x86-64 runners always and aarch64 runners sometimes, + # so we'll do a short one # https://github.com/SUPERCILEX/fuc/issues/34 - run: | touch a rmz a test ! -f a exit - if: linux/x86-64 + if: linux - mkdir a - touch a/b - test -f a/b