Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jun 6, 2024
1 parent fd2798d commit 3bda970
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,24 @@ on:
merge_group:
types: [checks_requested]

env:
RUST_VERSION: "1.70"
# env:
# RUST_VERSION: "1.70"

jobs:
build:
runs-on: windows-latest
name: Smoke test - build only
name: Build

steps:
- uses: actions/checkout@v4
with:
submodules: true

- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756
# - uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756

- name: Setup rustup
run: |
rustup default ${{ env.RUST_VERSION }}
rustup update
rustup target add i686-pc-windows-msvc
- name: Build
run: |
cmake -B build
cmake --build build
run: scripts/build_installer.bat

0 comments on commit 3bda970

Please sign in to comment.