Skip to content

Commit

Permalink
v1.0.188
Browse files Browse the repository at this point in the history
  • Loading branch information
yy0931 committed Jun 2, 2024
1 parent e3e2529 commit 1394369
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 77 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ jobs:
- uses: actions/checkout@v1
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
toolchain: nightly-2024-05-16
# prebuilt toolchains are unavailable for win7 targets
# backtrace\src\symbolize\dbghelp.rs:111:9 failed to compile with the latest version of nightly Rust.
- run: |
$ErrorActionPreference = "Stop"
rustup +nightly component add rust-src
cargo +nightly build -Z build-std --release --features sqlite --target ${{ matrix.target }}
rustup +nightly-2024-05-16 component add rust-src
cargo +nightly-2024-05-16 build -Z build-std --release --features sqlite --target ${{ matrix.target }}
cp target/${{ matrix.target }}/release/sqlite3-editor.exe sqlite3-editor-${{ matrix.vsce_target }}.exe
- name: Test
run: target/${{ matrix.target }}/release/sqlite3-editor.exe version
Expand Down
Loading

0 comments on commit 1394369

Please sign in to comment.