mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
update libdict depandancy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user