Skip to content

Commit 4fbee6a

Browse files
committed
修正
1 parent 6667b8e commit 4fbee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# Ubuntu 24.04 だと libtinfo5 が見つからない問題があるので、その修正
139139
# ref: https://qiita.com/gengen16k/items/88cf3c18a40a94205fab
140140
- 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
141+
if: steps.sora-cpp-sdk-cache.outputs.cache-hit != 'true' && matrix.platform.name == 'ubuntu-24.04_x86_64'
142142
run: |
143143
sudo tee /etc/apt/sources.list.d/jammy.list << EOF
144144
deb http://archive.ubuntu.com/ubuntu/ jammy universe

0 commit comments

Comments
 (0)