Skip to content

Commit

Permalink
MOve it
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 28, 2024
1 parent 8b3eed2 commit 9e1449d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,25 @@
"name": "Show dir 0_3",
"run": "which qlot || true"
},

{
"name": "Show dir 0_3 2",
"name": "Show dir 0_3 lispsh",
"shell": "lispsh -eo pipefail {0}",
"run": "ls - /mingw64/bin/ros || true"
},
{
"name": "Show dir 0_4",
"name": "Show dir 0_4 lispsh",
"shell": "lispsh -eo pipefail {0}",
"run": "which ros || true"
},


{
"name": "Show dir 0_3 lispsh",
"shell": "lispsh -eo pipefail {0}",
"name": "Show dir 0_3 2",
"run": "ls - /mingw64/bin/ros || true"
},
{
"name": "Show dir 0_4 lispsh",
"shell": "lispsh -eo pipefail {0}",
"name": "Show dir 0_4",
"run": "which ros || true"
},

Expand Down

0 comments on commit 9e1449d

Please sign in to comment.