Traying to fix webp conversion
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m23s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m23s
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y jq curl sed
|
||||
sudo apt-get install -y jq curl sed imagemagick wget tar build-essential zlib1g-dev gpg libmagickwand-dev
|
||||
- name: Fetch Latest Modrinth Version
|
||||
id: fetch_version
|
||||
run: |
|
||||
@@ -74,8 +74,6 @@ jobs:
|
||||
path: "pages"
|
||||
- name: Setup Ruby
|
||||
run: |
|
||||
apt-get update && \
|
||||
apt-get install curl wget tar build-essential zlib1g-dev gpg -y && \
|
||||
curl -sSL https://rvm.io/mpapis.asc | gpg --import - && \
|
||||
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - && \
|
||||
curl -sSL https://get.rvm.io | bash -s stable && \
|
||||
|
||||
Reference in New Issue
Block a user