Skip to content

Commit

Permalink
fixup! Add a CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed May 6, 2024
1 parent 3c14b2a commit 26661df
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@v2
uses: actions/checkout@v4

- name: setup-msys2
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
DESTDIR="$(pwd)"/_dest meson install -C _build
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: install
path: _dest/

0 comments on commit 26661df

Please sign in to comment.