We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54801b3 commit c3a93c5Copy full SHA for c3a93c5
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
curl -L -O "https://github.com/macports/macports-base/releases/download/v2.9.0/MacPorts-2.9.0-14-Sonoma.pkg"
48
sudo installer -store -pkg MacPorts-2.9.0-14-Sonoma.pkg -target /
49
- echo "https://packages.spectrum.im/macports/ports.tar.bz2" | sudo tee -a /opt/local/etc/macports/sources.conf
+ echo "https://github.com/SpectrumIM/ports/archive/refs/tags/v1.0.1.tar.gz" | sudo tee -a /opt/local/etc/macports/sources.conf
50
- name: Install dependencies
51
52
export PATH=$PATH:/opt/local/bin
0 commit comments