Skip to content

Commit

Permalink
Re-enable Building on Windows in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
njfdev committed Aug 25, 2024
1 parent 4c5c8a3 commit 5f884ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
args: ""
- platform: "ubuntu-22.04"
args: ""
# Issues with getting SoapySDR Libraries Installed on Windows
#- platform: "windows-latest"
# args: ""
- platform: "windows-latest"
args: ""

runs-on: ${{ matrix.platform }}
env:
Expand Down

0 comments on commit 5f884ae

Please sign in to comment.