update libdict depandancy

This commit is contained in:
Christian Giese
2023-08-20 13:22:45 +00:00
parent 38368220df
commit bb66f59d94
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -49,11 +49,11 @@ jobs:
- name: Download RtBrick libdict
shell: bash
run: wget https://github.com/rtbrick/libdict/releases/download/v1.0.1/libdict-debian.zip
run: wget https://github.com/rtbrick/libdict/releases/download/1.0.3/libdict-ubuntu-22.04.zip
- name: Install RtBrick libdict
shell: bash
run: unzip libdict-debian.zip; sudo dpkg -i libdict_1.0.1_amd64.deb; sudo dpkg -i libdict-dev_1.0.1_amd64.deb
run: unzip libdict-ubuntu-22.04.zip; sudo dpkg -i libdict_1.0.3_amd64.deb; sudo dpkg -i libdict-dev_1.0.3_amd64.deb
- name: Install Dependencies
shell: bash