Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed May 31, 2024
1 parent 7f10033 commit 5ad0c2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos-inso-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- opened
- synchronize


jobs:
build:
if: always()
Expand All @@ -24,6 +25,8 @@ jobs:
'v9.3.0-alpha.0-experimental/inso-macos-latest-9.3.0-alpha.0.zip',
'lib%409.2.0/inso-macos-9.2.0.zip'
]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{matrix.os}}-${{matrix.url}}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5ad0c2a

Please sign in to comment.