Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 authored Aug 28, 2024
1 parent 2553a00 commit 8e521fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 @@ -120,7 +120,7 @@ jobs:
cmake --build build --parallel
${{matrix.TRIPLET}}-strip build/libstb.so
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-${{matrix.ARCH}}
path: build/libstb.so
Expand Down

0 comments on commit 8e521fe

Please sign in to comment.