mirror of https://github.com/WerWolv/ImHex.git
build: apt-get -> apt
This commit is contained in:
parent
ee49f17895
commit
caab58063f
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- name: ⬇️ Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt update
|
||||
sudo bash dist/get_deps_debian.sh
|
||||
|
||||
- name: ✋ Build
|
||||
|
|
Loading…
Reference in New Issue