File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,26 +32,26 @@ jobs:
32
32
os : ubuntu-22.04
33
33
- target : aarch64-unknown-linux-musl
34
34
os : ubuntu-22.04
35
- # - target: aarch64-apple-darwin
36
- # os: macos-12
37
- - target : aarch64-pc-windows-msvc
38
- os : windows-2022
35
+ - target : aarch64-apple-darwin
36
+ os : macos-12
37
+ # - target: aarch64-pc-windows-msvc
38
+ # os: windows-2022
39
39
- target : x86_64-unknown-linux-gnu
40
40
os : ubuntu-22.04
41
41
- target : x86_64-unknown-linux-musl
42
42
os : ubuntu-22.04
43
43
- target : x86_64-apple-darwin
44
44
os : macos-12
45
- - target : x86_64-pc-windows-msvc
46
- os : windows-2022
47
- - target : x86_64-unknown-freebsd
48
- os : ubuntu-22.04
45
+ # - target: x86_64-pc-windows-msvc
46
+ # os: windows-2022
47
+ # - target: x86_64-unknown-freebsd
48
+ # os: ubuntu-22.04
49
49
timeout-minutes : 60
50
50
steps :
51
51
- uses : actions/checkout@v4
52
52
53
53
# - name: Install dependencies on Linux
54
- # if: startsWith (matrix.os, 'ubuntu ')
54
+ # if: contains (matrix.os, 'freebsd ')
55
55
# run: |
56
56
# sudo apt-get update
57
57
# sudo apt-get install -y libpq-dev libsqlite3-dev
You can’t perform that action at this time.
0 commit comments