summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2019-10-27 21:49:45 +0100
committerMurray Cumming <murrayc@murrayc.com>2019-10-27 21:58:29 +0100
commita87f57feca7aded51f7eb99f3cdba3925aeb8267 (patch)
treeda1c2092366d75a7089a0fde430e81d5e268d57f
parent051d1cab888a55d3565024041f32ba046f0fb3e3 (diff)
downloadsigc++-a87f57feca7aded51f7eb99f3cdba3925aeb8267.tar.gz
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.
-rw-r--r--.github/workflows/autotools-clang-8.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/autotools-clang-8.yml b/.github/workflows/autotools-clang-8.yml
index 69416f3..8e2e423 100644
--- a/.github/workflows/autotools-clang-8.yml
+++ b/.github/workflows/autotools-clang-8.yml
@@ -9,7 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- - uses: docker://ubuntu:19.10
- name: Build
run: |
sudo apt update