Update actions

This commit is contained in:
Milan Nikolic
2023-09-02 16:17:46 +02:00
parent 0797c8456f
commit 5fbd462a78

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install libaom
working-directory: build
run: |
make -j3 install
sudo make -j3 install
- name: Wget libheif
uses: wei/wget@v1
@@ -43,7 +43,7 @@ jobs:
- name: Install libheif
working-directory: libheif-1.15.2
run: |
make -j3 install
sudo make -j3 install
- name: Wget ImageMagick
uses: wei/wget@v1
@@ -64,7 +64,7 @@ jobs:
- name: Install ImageMagick
working-directory: ImageMagick-7.1.1-15
run: |
make -j3 install
sudo make -j3 install
- name: Install Go
uses: actions/setup-go@v2