Skip to content

Commit

Permalink
730 update windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Druzhitskiy committed Feb 16, 2024
1 parent 85d2b5d commit 3129505
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,17 @@ jobs:
run: target/${{ env.TARGET }}/${{ env.BUILD_PROFILE_DIR }}/bobd --version
build-windows:
runs-on: windows-latest
env:
TARGET: "x86_64-pc-windows-gnu"
BUILD_PROFILE: "release"
steps:
- name: Checks-out repository
uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
- name: Estimate output binaries directory
run: |
echo "BUILD_PROFILE_DIR=$(case "$BUILD_PROFILE" in\
Expand Down

0 comments on commit 3129505

Please sign in to comment.