diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 2813570c3..74f8abd34 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -22,6 +22,7 @@ jobs: build: name: Format check runs-on: ubuntu-latest + container: swift:5.8 steps: - name: Checkout uses: actions/checkout@v3 @@ -35,11 +36,6 @@ jobs: - run: git config --global core.autocrlf input - - name: Setup swift - uses: slashmo/install-swift@v0.4.0 - with: - version: 5.8 - - name: Swift version run: swift --version