diff options
| author | 2026-02-12 15:23:46 +0800 | |
|---|---|---|
| committer | 2026-02-12 15:23:46 +0800 | |
| commit | bd4abcfcb5364950df3bff57cbe988b70a1655ed (patch) | |
| tree | a5a127b98d82bd255c4d94477e2364d9d9190f56 /.github/workflows/semifold-ci.yaml | |
| parent | ffd4c32a903f13a8758c2038028d980579dbc381 (diff) | |
| download | DropOut-bd4abcfcb5364950df3bff57cbe988b70a1655ed.tar.gz DropOut-bd4abcfcb5364950df3bff57cbe988b70a1655ed.zip | |
Update .github/workflows/semifold-ci.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to '.github/workflows/semifold-ci.yaml')
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index 8c5c00d..4d85e5f 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -64,7 +64,7 @@ jobs: - name: Install OpenSSL dev package run: sudo apt-get update && sudo apt-get install -y libssl-dev - - name: Install Dependencies (Linux x86_64) + - name: Install Dependencies (Linux) if: runner.os == 'Linux' run: | sudo apt-get update |