Skip to content

Commit

Permalink
Address 'not a TTY' 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 10, 2022
1 parent cb8dd70 commit 628aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
path: ~/.raku/
key: ${{ runner.os }}-${{ hashFiles('META6.json') }}
- name: Install and test
run: docker run --rm -it --user root --entrypoint="/bin/sh" -v $(pwd):/test ghcr.io/jj/raku-zef-gha -c "apk add --update --no-cache ncurses && cd /test && export HOME=/home/raku && zef install ."
run: docker run --rm -t --user root --entrypoint="/bin/sh" -v $(pwd):/test ghcr.io/jj/raku-zef-gha -c "apk add --update --no-cache ncurses && cd /test && export HOME=/home/raku && zef install ."



0 comments on commit 628aae9

Please sign in to comment.