We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6667b8e commit 4fbee6aCopy full SHA for 4fbee6a
.github/workflows/build-debug.yml
@@ -138,7 +138,7 @@ jobs:
138
# Ubuntu 24.04 だと libtinfo5 が見つからない問題があるので、その修正
139
# ref: https://qiita.com/gengen16k/items/88cf3c18a40a94205fab
140
- name: Fix CUDA issues for Ubuntu 24.04
141
- if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true' && matrix.platform.name == ubuntu-24.04_x86_64
+ if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true' && matrix.platform.name == 'ubuntu-24.04_x86_64'
142
run: |
143
sudo tee /etc/apt/sources.list.d/jammy.list << EOF
144
deb http://archive.ubuntu.com/ubuntu/ jammy universe
0 commit comments