Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Nov 27, 2024
1 parent 6ee626f commit ff81058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
config:
- { os: windows-2022, bioc-version: 'devel'}
- { os: macOS-latest, bioc-version: 'devel'}
- { os: ubuntu-22.04, bioc-version: 'devel', bioc-mirror: 'https://ftp.gwdg.de/pub/misc/bioconductor', sys-libs: 'false'}
- { os: ubuntu-22.04, bioc-version: 'devel', bioc-mirror: 'https://ftp.gwdg.de/pub/misc/bioconductor', sys-libs: 'true'}
- { os: ubuntu-22.04, bioc-version: 'devel', bioc-mirror: 'https://bioconductor.posit.co/', sys-libs: 'false'}
- { os: ubuntu-22.04, bioc-version: 'devel', bioc-mirror: 'https://bioconductor.posit.co/', sys-libs: 'true'}

steps:
- name: Configure git
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
path: |
${{ steps.build-install-check.outputs.package-binary }}
- name: Upload built package binary
- name: Upload BiocCheck results
uses: actions/upload-artifact@v4
if: ${{ runner.os == 'linux' && matrix.config.sys-libs == 'false' }}
with:
Expand Down

0 comments on commit ff81058

Please sign in to comment.