Skip to content

Commit

Permalink
Merge pull request #658 from smcv/actions
Browse files Browse the repository at this point in the history
Update Github Actions configuration
  • Loading branch information
smcv authored Sep 30, 2024
2 parents d2f85e5 + fc1dd3d commit 67400e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Install build-dependencies
run: sudo ./ci/builddeps.sh
- name: Create logs dir
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
test ! -e DESTDIR-as-subproject/usr/local/libexec/bwrap
tests/use-as-subproject/assert-correct-rpath.py DESTDIR-as-subproject/usr/local/libexec/not-flatpak-bwrap
- name: Upload test logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: failure() || cancelled()
with:
name: test logs
Expand All @@ -89,7 +89,7 @@ jobs:
with:
languages: ${{ matrix.language }}
- name: Check out
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Install build-dependencies
run: sudo ./ci/builddeps.sh --clang
- run: meson build -Dselinux=enabled
Expand Down

0 comments on commit 67400e1

Please sign in to comment.