From 1283ea199be3dd5b14612f20a9f1ddd86b456e89 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 19 Nov 2020 21:45:55 -0500 Subject: [PATCH] Forgot this. --- .github/workflows/ubuntu18.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu18.yml b/.github/workflows/ubuntu18.yml index 23850cc..5ee88ff 100644 --- a/.github/workflows/ubuntu18.yml +++ b/.github/workflows/ubuntu18.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.0 + uses: jwlawson/actions-setup-cmake@v1.4 with: cmake-version: '3.9.x' - name: Install older compilers