separate thing

This commit is contained in:
briaguya 2024-02-19 16:56:37 -05:00
parent d5ad1af4cb
commit 1332698be0

View File

@ -97,6 +97,10 @@ jobs:
fi
echo "/opt/local/bin:/opt/local/sbin" >> $GITHUB_PATH
sudo port selfupdate
- name: Update MacPorts
if: ${{ !vars.MAC_RUNNER }}
run: |
sudo port selfupdate
- name: Install dependencies
if: ${{ !vars.MAC_RUNNER }}
run: |