mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Remove old PATH modification just to trigger re-run of CI
This commit is contained in:
parent
156f37765b
commit
71677b3170
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -209,7 +209,7 @@ jobs:
|
|||
run: |
|
||||
# Print the path
|
||||
echo $PATH
|
||||
#PATH=$(pwd)/qemu:$PATH
|
||||
|
||||
arm_example() {
|
||||
local COMMAND=$1
|
||||
local EXAMPLE=$2
|
||||
|
|
Loading…
Reference in a new issue