diff options
author | Norbert Preining <preining@logic.at> | 2024-01-15 07:03:19 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2024-01-15 07:03:19 +0000 |
commit | cb6c62802c1b230ca656b4b3b81360f5b7dea8a0 (patch) | |
tree | 0063e5d9c87f0067cd525b7ed696918726d49132 | |
parent | 299ed256261319633f3d752882dc4c8265d0e92d (diff) |
[gh actions] bash is not available in alpine container
git-svn-id: svn://tug.org/texlive/trunk@69431 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/.github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml index 0de6388c12d..2a057e93ded 100644 --- a/Build/source/.github/workflows/main.yml +++ b/Build/source/.github/workflows/main.yml @@ -56,7 +56,6 @@ jobs: # https://github.com/actions/checkout/issues/334#issuecomment-1241306390 uses: actions/checkout@v1 - name: install-deps - shell: bash run: | case "${{ matrix.image }}" in i386/ubuntu:*) .github/scripts/install-deps.ubuntu.sh ;; |