Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed May 24, 2024
1 parent b0d1354 commit d154692
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@ on:
branches: [ "main" ]

jobs:
install-macports:
runs-on: macos-latest
name: 'Install MacPorts 2.9.3 on MacOS 11'
steps:
- uses: actions/checkout@v3
- uses: melusina-org/setup-macports@v1
- run: port version

build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

- name: Set up MacPorts
uses: melusina-org/setup-macports@v1
run: port version

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit d154692

Please sign in to comment.