summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ad6004251..d18eefc35 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -118,7 +118,6 @@ jobs:
- name: Setup Dependencies
if: steps.restore-deps.outputs.cache-hit != 'true'
run: |
- ./contrib/get-antlr-3.4
./contrib/get-poly
./contrib/get-symfpu
./contrib/get-cadical
@@ -128,7 +127,6 @@ jobs:
- name: List dependencies
run: |
find deps/install -type f
- cat deps/install/bin/antlr3
# GitHub actions currently does not support modifying an already existing
# cache. Hence, we create a new cache for each commit with key
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback