Skip to content

Commit

Permalink
ci修正
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Jan 30, 2025
1 parent b11eeb3 commit 8fc63e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
options: >
-v ${{ github.workspace }}:/workspace
-e SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
-e DEBIAN_FRONTEND=noninteractive
run: |
set -e
apt-get update -q -y
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cmake-test-linux-gcc-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
options: >
-v ${{ github.workspace }}:/workspace
-e SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
-e DEBIAN_FRONTEND=noninteractive
-e CC=gcc-14
-e CXX=g++-14
run: |
Expand Down

0 comments on commit 8fc63e8

Please sign in to comment.