Skip to content

Commit

Permalink
fixup! Install MacPorts under an arbitrary prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jun 15, 2024
1 parent 4cc24c4 commit aa7b477
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
matrix:
os: ['macos-12', 'macos-13', 'macos-14']
version: ['2.9.3']
prefix: ['/opt/local']
prefix: ['local']
include:
- os: 'macos-14'
version: '2.9.3'
prefix: '/opt/package'
prefix: 'package'
runs-on: '${{ matrix.os }}'
name: 'Install MacPorts'
needs: 'run-testsuite'
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: ./
id: 'macports'
with:
parameters: 'testsuite/run-testsuite-on-${{ matrix.os }}.yaml'
parameters: 'testsuite/run-testsuite-on-${{ matrix.os }}-${{ matrix.prefix }}.yaml'
- name: 'Validate installed MacPorts version'
run: >-
test "$(port version)" = 'Version: ${{ matrix.version }}'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aa7b477

Please sign in to comment.