Skip to content

Commit

Permalink
fixup! CI: add a GHA for doing a basic build test
Browse files Browse the repository at this point in the history
Update actions to node20 versions to avoid deprecation warnings.
  • Loading branch information
jeremyd2019 authored and dscho committed Nov 21, 2024
1 parent 7829673 commit 3cd8609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup-msys2
uses: msys2/setup-msys2@v2
Expand All @@ -33,7 +33,7 @@ jobs:
make DESTDIR="$(pwd)"/_dest install
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: install
path: _dest/

0 comments on commit 3cd8609

Please sign in to comment.