Skip to content

Commit

Permalink
debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 23, 2023
1 parent 9b6865f commit e058846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build and install katsu
run: |
cargo install --path .
cargo install --path . --debug
- name: Prepare loop devices
run: |
for i in $(seq 0 23);
Expand All @@ -59,6 +59,6 @@ jobs:
run: |
export PATH=$HOME/.cargo/bin:$PATH
pushd tests
katsu katsudon-arm.yaml
COLORBT_SHOW_HIDDEN=1 katsu katsudon-arm.yaml
popd

0 comments on commit e058846

Please sign in to comment.