We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c39f82 commit b4b7635Copy full SHA for b4b7635
.github/workflows/build_and_test.yml
@@ -60,7 +60,7 @@ jobs:
60
steps:
61
- uses: actions/checkout@v4
62
- name: Build
63
- run: docker run -it -v $PWD:/orc -w /orc --rm swift:6.1 swift build -v
+ run: docker run -v $PWD:/orc -w /orc --rm swift:6.1 swift build -v
64
65
integration-test-linux:
66
runs-on: ubuntu-latest
0 commit comments