Xuanwo commented on issue #4026: URL: https://github.com/apache/opendal/issues/4026#issuecomment-1900039294
Maybe we can switch to a docker container as described in https://github.com/swift-actions/setup-swift/issues/591#issuecomment-1685710678 ```shell name: Swift on: pull_request: push: branches: [ "main" ] jobs: test: runs-on: ubuntu-latest container: swift:5.8 steps: - uses: actions/checkout@v3 - name: Run tests run: swift test ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
