Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Apr 21, 2024
1 parent fc3612d commit 3b12b90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ jobs:
compiler: ['gcc', 'clang']
r-version: ['devel', 'release', 'patched']
exclude:
# to remove
- target-os: 'debian'
r-version: 'devel'
compiler: 'clang'
# to remove
- target-os: 'debian'
r-version: 'release'
compiler: 'gcc'
- target-os: 'fedora'
r-version: 'release'
- target-os: 'fedora'
Expand Down

0 comments on commit 3b12b90

Please sign in to comment.