Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 19, 2024
1 parent 5fe2d09 commit 4a39d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
prepare_shell 'bosh' 'tar.xz' 'http://fuz.su/pub/schilytools/bin/schily-2024-03-21-x86_64-linux-gcc.tar.xz' || exit "${?}"
fi
if legacy_bb="$(command -v 'busybox')" && legacy_bb_dir="$(dirname "${legacy_bb:?}")"; then
mv -f "${legacy_bb:?}" "${legacy_bb_dir:?}/busybox-legacy"
sudo mv -f "${legacy_bb:?}" "${legacy_bb_dir:?}/busybox-legacy"
fi
- name: "Test scripts"
shell: bash
Expand Down

0 comments on commit 4a39d92

Please sign in to comment.