Skip to content

Commit

Permalink
Update sanity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okakarpa authored Sep 22, 2024
1 parent e9c5b2d commit de4e678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on: [push]

jobs:
print-env:
runs-on: arc-runner-set
runs-on: arc-runner-set-gpu
steps:
- name: Print Environment Variables
run: printenv
- name: Try rocm-smi
run: |
docker run \
--device=/dev/kfd --device=/dev/dri \
--group-add video \
--cap-add=SYS_PTRACE \
--security-opt seccomp=unconfined \
Expand Down

0 comments on commit de4e678

Please sign in to comment.