Skip to content

Commit

Permalink
See if build works on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
johnheusinger committed May 29, 2023
1 parent 50411df commit a7921f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_module:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
Expand All @@ -22,3 +22,4 @@ jobs:
with:
name: Release
path: ./Release/

0 comments on commit a7921f6

Please sign in to comment.