File tree Expand file tree Collapse file tree 3 files changed +18
-15
lines changed Expand file tree Collapse file tree 3 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1717 - name : x86_64-unknown-linux-musl # linux-amd64 static
1818 runner : ubuntu-latest
1919 target : x86_64-unknown-linux-musl
20+ - name : x86_64-unknown-linux-gnu # linux-amd64
21+ runner : ubuntu-latest
22+ target : x86_64-unknown-linux-gnu
2023 - name : x86_64-pc-windows-msvc # win-amd64
2124 runner : windows-latest
2225 target : x86_64-pc-windows-msvc
3639 uses : dtolnay/rust-toolchain@stable
3740 with :
3841 targets : " ${{ matrix.target }}"
39-
42+
4043 - name : Install musl-tools (only for musl builds)
4144 if : matrix.target == 'x86_64-unknown-linux-musl'
4245 run : sudo apt-get update && sudo apt-get install -y musl-tools
Original file line number Diff line number Diff line change 11[package ]
22name = " live-server-lsp"
3- version = " 0.3.10 "
3+ version = " 0.3.11 "
44edition = " 2021"
55
66[dependencies ]
You can’t perform that action at this time.
0 commit comments