Skip to content

Commit

Permalink
try escaping quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed Dec 5, 2023
1 parent 2d42693 commit aabcaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
-v /usr/lib/firmware/amdaie/1502:/usr/lib/firmware/amdaie/1502
-v /opt/xilinx:/opt/xilinx
-v /dev:/dev
--device-cgroup-rule="c 261:* rmw"
"--device-cgroup-rule=\"c 261:* rmw\""'
run: |
cp -a $PWD /mlir-aie
Expand Down

0 comments on commit aabcaa9

Please sign in to comment.