Skip to content

Commit b4b7635

Browse files
committed
Remove it
1 parent 7c39f82 commit b4b7635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: Build
63-
run: docker run -it -v $PWD:/orc -w /orc --rm swift:6.1 swift build -v
63+
run: docker run -v $PWD:/orc -w /orc --rm swift:6.1 swift build -v
6464

6565
integration-test-linux:
6666
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)