From 76189c44a2f656e6623a7d36519e406d488a9ee5 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 17 Feb 2023 20:22:55 -0500 Subject: Remove custom jpeg library installation for mac build libjpeg development files are on the macos GitHub Actions build image now, and downloading our own version was causing conflicts. --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aec50b2c..d64b7996 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,11 +90,6 @@ jobs: needs: Prebuild steps: - uses: actions/checkout@v3 - - name: 'Download external libs' - uses: actions/download-artifact@v3 - with: - name: external-libs - path: . - name: 'Mac build and test' run: build-scripts/build-mac AppImage: -- cgit v1.2.3-54-g00ecf