We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4170b55 commit 1a2238bCopy full SHA for 1a2238b
1 file changed
action.yml
@@ -222,11 +222,3 @@ runs:
222
WGET="wget -q -N --no-check-certificate --tries=5 --waitretry=5 --retry-connrefused"
223
# For GAP >= 4.11 set DOWNLOAD, for older versions set WGET
224
make bootstrap-pkg-full DOWNLOAD="$WGET" WGET="$WGET"
225
-
226
- # FIXME/HACK: for the time being, build the io package, until we have
227
- # dealt with <https://github.com/gap-packages/RepnDecomp/issues/23>
228
- - name: "Build the IO package"
229
- shell: bash
230
- run: |
231
- cd ${GAPROOT}/pkg
232
- ../bin/BuildPackages.sh --strict io*
0 commit comments