Skip to content

Commit c3a93c5

Browse files
committed
CI: Upgrade macports
1 parent 54801b3 commit c3a93c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
curl -L -O "https://github.com/macports/macports-base/releases/download/v2.9.0/MacPorts-2.9.0-14-Sonoma.pkg"
4848
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
49+
echo "https://github.com/SpectrumIM/ports/archive/refs/tags/v1.0.1.tar.gz" | sudo tee -a /opt/local/etc/macports/sources.conf
5050
- name: Install dependencies
5151
run: |
5252
export PATH=$PATH:/opt/local/bin

0 commit comments

Comments
 (0)