srctree

Robin Linden parent c13714c4 9ad8b58d
Run apt-get update before apt-get install in CI

Just running install sometimes fails due to old IPs/URLs.

inlinesplit
.github/workflows/ci.yaml added: 2, removed: 2, total 0
@@ -71,7 +71,7 @@ jobs:
key: from-src-${{ hashFiles('scripts/**') }}
- name: Install tox4j dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: sudo apt install yasm
run: sudo apt-get update && sudo apt install yasm
- name: Build tox4j
if: steps.cache.outputs.cache-hit != 'true'
run: |