Skip to content

Commit

Permalink
Removed release dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElixZammuto authored Jul 17, 2024
1 parent 0fe9472 commit 3bf5fc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ jobs:
build_win:
name: Windows
runs-on: windows-2019
needs: [setup_release]

steps:
- name: Checkout
Expand Down Expand Up @@ -1120,10 +1119,6 @@ jobs:
- name: Build Windows
shell: msys2 {0}
env:
BRANCH: ${{ github.head_ref || github.ref_name }}
BUILD_VERSION: ${{ needs.setup_release.outputs.release_tag }}
COMMIT: ${{ needs.setup_release.outputs.release_commit }}
run: |
mkdir build
cd build
Expand Down

0 comments on commit 3bf5fc8

Please sign in to comment.