Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Sep 17, 2023
1 parent d1c6d87 commit 60866ba
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
deploy:
build-on-windows:
name: Build on Windows
runs-on: windows-latest

Expand All @@ -19,6 +19,9 @@ jobs:
msystem: mingw64
install: mingw-w64-x86_64-openssl

- name: Install GCC
run: pacman --noconfirm -S gcc diffutils

- name: Checkout
uses: actions/checkout@v3

Expand All @@ -27,4 +30,8 @@ jobs:

- name: Configure
working-directory: wcslib-8.1
run: ./configure
run: ./configure

- name: Make
working-directory: wcslib-8.1
run: make check

0 comments on commit 60866ba

Please sign in to comment.