summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2024-04-04 11:23:18 -0400
committerGitHub <noreply@github.com>2024-04-04 11:23:18 -0400
commit86c6013888459b381d86aef9472215fe2efa4c58 (patch)
tree342ae114ae74e869c381675d621db3ce8c47022e /.github
parentfb29c827adf965016186e1919e62882624ac50bd (diff)
Remove macports upgrading (#4035)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/generate-builds.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml
index c449585bf..34f5c21c0 100644
--- a/.github/workflows/generate-builds.yml
+++ b/.github/workflows/generate-builds.yml
@@ -96,11 +96,6 @@ jobs:
sudo installer -pkg ./MacPorts-2.9.1-12-Monterey.pkg -target /
fi
echo "/opt/local/bin:/opt/local/sbin" >> $GITHUB_PATH
- - name: Update MacPorts
- if: ${{ !vars.MAC_RUNNER }}
- run: |
- sudo port selfupdate
- sudo port upgrade outdated
- name: Install dependencies
if: ${{ !vars.MAC_RUNNER }}
run: |