Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhoward authored Oct 27, 2023
1 parent b351fc3 commit 454c374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
build_type: "Release"
build_gen: "Unix Makefiles"
#- os: ubuntu-latest
# build_type: "Release"
# build_gen: "Unix Makefiles"
- os: windows-latest
build_type: "Release"
build_gen: "NMake Makefiles"
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v3
with:
name: ${{matrix.config.artifact}}
name: "Windows executable"
path: ${{github.workspace}}/build/uephem.exe
if: matrix.os == 'windows-latest'

0 comments on commit 454c374

Please sign in to comment.