Skip to content

Commit ffe17c0

Browse files
authored
Update main.yml - Change to 'master-alpine'
1 parent 714b8a9 commit ffe17c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [27.2, 28.2, 29.4, master]
17+
version: [27.2, 28.2, 29.4, master-alpine]
1818
container: silex/emacs:${{ matrix.version }}-ci
1919

2020
steps:
@@ -26,8 +26,6 @@ jobs:
2626
- name: Compile
2727
shell: bash
2828
run: |
29-
yes | apt-get update
30-
yes | apt-get install man
3129
make bin 2>&1 | tee MAKE_BIN_OUTPUT
3230
echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc -l)" >> $GITHUB_STEP_SUMMARY
3331
echo '```' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)