Skip to content

Commit

Permalink
Character
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 14, 2024
1 parent ca151d9 commit 6f1394c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check-asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
matrix:
config:
- { name: sanitizers,
container: ghcr.io/r-hub/containers/clang-asan:latest,
container: ghcr.io/r-hub/containers/clang-asan,
git-install: apt-get update && apt-get install -y git }
- { name: valgrind,
container: ghcr.io/r-hub/containers/valgrind:latest,
container: ghcr.io/r-hub/containers/valgrind,
git-install: dnf check-update && dnf install -y git }
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6f1394c

Please sign in to comment.