Skip to content

Commit

Permalink
Align release builds with CI workflow
Browse files Browse the repository at this point in the history
Previously, the release builds were based on the local development
workflow. However, it is more appropriate to build them the same way
they are tested by the CI workflow.
  • Loading branch information
SoloJacobs committed Nov 7, 2023
1 parent fcc56ca commit e9c3e4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/robotmk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build_robotmk_from_source:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: "Checkout repository"
Expand All @@ -22,9 +22,6 @@ jobs:
with:
target: x86_64-pc-windows-gnu

- name: "Install MinGW-w64"
run: sudo apt-get install -y mingw-w64

- name: "Build Robotmk Windows"
working-directory: ${{ github.workspace }}/v2/robotmk/
run: cargo build --target=x86_64-pc-windows-gnu --release
Expand Down

0 comments on commit e9c3e4b

Please sign in to comment.