Skip to content

Commit

Permalink
ci: update wsl katsu options
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Dec 21, 2024
1 parent 507919c commit ade0332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
rm -rf /etc/rpm/macros.image-language-conf
chcon system_u:object_r:install_exec_t:s0 "$(which katsu)"
pushd katsu
KATSU_LOG=trace katsu -v --output=fs "modules/${{ matrix.variant }}.yaml"
KATSU_LOG=trace katsu -v --output=folder "modules/${{ matrix.variant }}.yaml"
tar -cJf katsu-work/chroot.tar katsu-work/chroot
mv katsu-work/chroot.tar katsu-work/${{ env.artifact }}.tar
# compress tar as zst, output as .tar.zst
Expand Down

0 comments on commit ade0332

Please sign in to comment.