diff --git a/action.yml b/action.yml index fb19ce1..f86fd04 100644 --- a/action.yml +++ b/action.yml @@ -166,7 +166,10 @@ runs: # For GAP >= 4.11 set DOWNLOAD, for older versions set WGET make bootstrap-pkg-full DOWNLOAD="$WGET" WGET="$WGET" - # FIXME/HACK: for the time being, build the io package, until we have - # dealt with - cd pkg + # FIXME/HACK: for the time being, build the io package, until we have + # dealt with + - name: "Build the IO package" + shell: bash + run: | + cd ${GAPROOT}/pkg ../bin/BuildPackages.sh --strict io*