Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Over-Run/nfd-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Oct 6, 2024
2 parents ed19b3c + dd955d4 commit 35abbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
apt-get -y update
apt-get -y upgrade
DEBIAN_FRONTEND=noninteractive apt-get -yq install git cmake pkg-config
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 3
- name: Prepare cross-compilation for ${{matrix.CROSS_ARCH}}
Expand All @@ -122,7 +122,7 @@ jobs:
cmake --build build --parallel
${{matrix.TRIPLET}}-strip build/src/libnfd.so
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-${{matrix.ARCH}}
path: build/src/libnfd.so
Expand Down

0 comments on commit 35abbd9

Please sign in to comment.