Fix wrongly named packages

This commit is contained in:
Thomas Roehl 2024-12-20 20:33:10 +01:00
parent d2a38e3844
commit e968aa1991

View File

@ -340,7 +340,7 @@ jobs:
- name: Install development packages - name: Install development packages
run: | run: |
apt update && apt --assume-yes upgrade apt update && apt --assume-yes upgrade
apt --assume-yes install build-essential sed git wget bash go apt --assume-yes install build-essential sed git wget bash
# Checkout git repository and submodules # Checkout git repository and submodules
# fetch-depth must be 0 to use git describe # fetch-depth must be 0 to use git describe
# See: https://github.com/marketplace/actions/checkout # See: https://github.com/marketplace/actions/checkout