From 322fff7e3d8af8135c8ffb4d4d37521a7d53006d Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 14 Jul 2022 22:16:02 +0100 Subject: [PATCH] fixnum depends on macros, so macros must go first --- .github/scripts/publish-crate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/publish-crate.sh b/.github/scripts/publish-crate.sh index b599c127..fb1224b2 100644 --- a/.github/scripts/publish-crate.sh +++ b/.github/scripts/publish-crate.sh @@ -2,7 +2,7 @@ set -e # Fail if any command fails -PROJECTS_TO_RELEASE_IN_ORDER="agb-fixnum agb-macros agb-image-converter agb-sound-converter agb" +PROJECTS_TO_RELEASE_IN_ORDER="agb-macros agb-fixnum agb-image-converter agb-sound-converter agb" for PROJECT in $PROJECTS_TO_RELEASE_IN_ORDER; do pushd "$PROJECT"