Skip to content

Commit

Permalink
Merge pull request #95 from BOINC/vko_fix_build
Browse files Browse the repository at this point in the history
[boinc-autodock-vina] Fix build
  • Loading branch information
AenBleidd authored Apr 25, 2024
2 parents 0841f47 + 5394217 commit 249213d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:

- name: Upload coverage report
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: ${{ success() && matrix.configuration == 'coverage-report' }}
with:
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2.0'
xcode-version: '14.3.1'

- uses: actions/checkout@v3

Expand Down

0 comments on commit 249213d

Please sign in to comment.