Skip to content

Commit

Permalink
Strings?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 14, 2024
1 parent 1093808 commit 687fe49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check-asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
config:
- { name: clang-asan,
job-config: "{\"label\":\"valgrind\",\"name\":\"valgrind\",\"container\":\"ghcr.io/r-hub/containers/valgrind:latest\"}",
container: ghcr.io/r-hub/containers/clang-asan,
job-config: "{\"label\":\"clang-asan\",\"name\":\"clang-asan\",\"container\":\"ghcr.io/r-hub/containers/clang-asan:latest\"}",
container: "ghcr.io/r-hub/containers/clang-asan:latest",
git-install: apt-get update && apt-get install -y git }
- { name: valgrind,
container: ghcr.io/r-hub/containers/valgrind,
container: "ghcr.io/r-hub/containers/valgrind:latest",
job-config: "{\"label\":\"valgrind\",\"name\":\"valgrind\",\"container\":\"ghcr.io/r-hub/containers/valgrind:latest\"}",
git-install: dnf check-update && dnf install -y git }

Expand Down

0 comments on commit 687fe49

Please sign in to comment.