Skip to content

Commit

Permalink
build: adapt build.yml - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Sep 7, 2024
1 parent 28a8ed8 commit a5b2af2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
check-security: false
check-symbols: false
dep-opts: ""
config-opts: "--enable-sse2 --enable-glibc-back-compat LDFLAGS=-static-libstdc++"
config-opts: "--enable-glibc-back-compat LDFLAGS=-static-libstdc++"
goal: install

- name: linux-64-bit
Expand Down Expand Up @@ -119,11 +119,11 @@ jobs:
run: ${{ matrix.postinstall }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7

- name: SDK cache
if: ${{ matrix.sdk }}
uses: actions/cache@v3
uses: actions/cache@v4.0.2
env:
cache-name: sdk
with:
Expand All @@ -139,7 +139,7 @@ jobs:
tar -C depends/SDKs -xzvf depends/sdk-sources/Xcode-${{ matrix.sdk }}-extracted-SDK-with-libcxx-headers.tar.gz
- name: Dependency cache
uses: actions/cache@v3
uses: actions/cache@v4.0.2
env:
cache-name: depends
with:
Expand All @@ -164,7 +164,7 @@ jobs:
run: make -C src check-symbols

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: blackmore-${{ github.sha }}-${{ matrix.name }}
path: |
Expand All @@ -174,6 +174,6 @@ jobs:
retention-days: 7

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.8
with:
name: blackmore-${{ github.sha }}-${{ matrix.name }}

0 comments on commit a5b2af2

Please sign in to comment.