File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,19 +44,20 @@ jobs:
4444 - name : xcodebuild ${{ matrix.scheme }}
4545 run : make DERIVED_DATA_PATH=~/.derivedData SCHEME="${{ matrix.scheme }}" xcodebuild-raw
4646
47- linux :
48- name : Linux
49- strategy :
50- matrix :
51- swift :
52- - ' 6.1'
53- runs-on : ubuntu-latest
54- container : swift:${{ matrix.swift }}
55- steps :
56- - uses : actions/checkout@v4
57- - name : Install Build Dependencies
58- run : |
59- apt-get update
60- apt-get install -y libsqlite3-dev
61- - name : Build
62- run : swift build
47+ # Bring back when GRDB successfully compiles on Linux again
48+ # linux:
49+ # name: Linux
50+ # strategy:
51+ # matrix:
52+ # swift:
53+ # - '6.1'
54+ # runs-on: ubuntu-latest
55+ # container: swift:${{ matrix.swift }}
56+ # steps:
57+ # - uses: actions/checkout@v4
58+ # - name: Install Build Dependencies
59+ # run: |
60+ # apt-get update
61+ # apt-get install -y libsqlite3-dev
62+ # - name: Build
63+ # run: swift build
You can’t perform that action at this time.
0 commit comments