mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-17 12:27:05 +00:00
typo
This commit is contained in:
parent
dafd70d395
commit
6ba7a3142f
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ jobs:
|
|||
|
||||
- name: Install genisoimage and libdmg-hfsplus
|
||||
run: |
|
||||
sudo apt-get install -y enisoimage cmake
|
||||
sudo apt-get install -y genisoimage cmake
|
||||
git clone https://github.com/mozilla/libdmg-hfsplus.git
|
||||
cd libdmg-hfsplus && cmake . && make && cd ..
|
||||
sudo mv libdmg-hfsplus/dmg/dmg /usr/local/bin/dmg
|
||||
|
|
|
|||
Loading…
Reference in a new issue