branch: externals/hyperbole commit ffe17c03272905178aea3d85760132b1591abac7 Author: Robert Weiner <r...@gnu.org> Commit: GitHub <nore...@github.com>
Update main.yml - Change to 'master-alpine' --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 166921923d..416ef64987 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - version: [27.2, 28.2, 29.4, master] + version: [27.2, 28.2, 29.4, master-alpine] container: silex/emacs:${{ matrix.version }}-ci steps: @@ -26,8 +26,6 @@ jobs: - name: Compile shell: bash run: | - yes | apt-get update - yes | apt-get install man make bin 2>&1 | tee MAKE_BIN_OUTPUT echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc -l)" >> $GITHUB_STEP_SUMMARY echo '```' >> $GITHUB_STEP_SUMMARY