From 23462018e353eebdefceb74c15b89451b8c0715d Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 9 Feb 2022 17:26:11 -0600 Subject: [PATCH] GitHub: Document how to get a shell on OS X runner --- .github/workflows/osx.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 8db5fb2eb..e01857de3 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -82,6 +82,10 @@ jobs: ../configure --srcdir=`dirname "$PWD"` --disable-afs-support --enable-maintainer-mode --enable-developer $CONFIGURE_OPTS --prefix=$HOME/inst CFLAGS="-Wno-error=shadow -Wno-error=bad-function-cast -Wno-error=unused-function -Wno-error=unused-result -Wno-error=deprecated-declarations" CFLAGS="-O0 -g -ggdb3" ulimit -c unlimited make -j4 + #- name: Setup upterm session + # uses: lhotari/action-upterm@v1 + # with: + # limit-access-to-actor: true - name: Test env: CC: ${{ matrix.compiler }}