mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fixnum depends on macros, so macros must go first
This commit is contained in:
parent
6a8aeeb3e8
commit
322fff7e3d
2
.github/scripts/publish-crate.sh
vendored
2
.github/scripts/publish-crate.sh
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e # Fail if any command fails
|
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
|
for PROJECT in $PROJECTS_TO_RELEASE_IN_ORDER; do
|
||||||
pushd "$PROJECT"
|
pushd "$PROJECT"
|
||||||
|
|
Loading…
Reference in a new issue