diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-04-04 11:23:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-04 11:23:18 -0400 |
| commit | 86c6013888459b381d86aef9472215fe2efa4c58 (patch) | |
| tree | 342ae114ae74e869c381675d621db3ce8c47022e /.github | |
| parent | fb29c827adf965016186e1919e62882624ac50bd (diff) | |
Remove macports upgrading (#4035)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/generate-builds.yml | 5 |
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: | |
