Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 20, 2024
1 parent 1b87d7e commit 1a0d77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
-w /workspace \
-u builder \
test-image \
/bin/bash -l -c "
/bin/bash -l -c "sudo mkdir /workspace/build && sudo chmod 777 /workspace/build &&
bun install &&
bun run codegen &&
bun run meson-setup.clang-release &&
bun run vs.example
meson compile -C build/ vs:executable
"
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
bun install &&
bun run codegen &&
bun run meson-setup.clang-release &&
bun run vs.example
meson compile -C build/ vs:executable
"
stdin_open: true # Allows interactive mode
tty: true # Allocate a pseudo-TTY

0 comments on commit 1a0d77e

Please sign in to comment.