Skip to content

Commit a87f57f

Browse files
committed
GitHub Actions CI: autotools-clang-8: Don't try to use Ubuntu 19.10
The uses: line was actually a separate step that didn't influence the following step. Ubuntu 18.04 (what GitHub actions uses for "ubuntu-latest") actually has clang-8 anyway.
1 parent 051d1ca commit a87f57f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/autotools-clang-8.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- uses: docker://ubuntu:19.10
1312
- name: Build
1413
run: |
1514
sudo apt update

0 commit comments

Comments
 (0)