diff options
| author | 2026-02-12 15:24:03 +0800 | |
|---|---|---|
| committer | 2026-02-12 15:24:03 +0800 | |
| commit | e7a1b9cdb0a65bad5c1ea42cc952308c108fe588 (patch) | |
| tree | 444b2c35963efa820c7b9587333c300dc5a0ce9a | |
| parent | bd4abcfcb5364950df3bff57cbe988b70a1655ed (diff) | |
| download | DropOut-e7a1b9cdb0a65bad5c1ea42cc952308c108fe588.tar.gz DropOut-e7a1b9cdb0a65bad5c1ea42cc952308c108fe588.zip | |
Update .github/workflows/semifold-ci.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index 4d85e5f..a34cd69 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -61,8 +61,6 @@ jobs: runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v6 - - name: Install OpenSSL dev package - run: sudo apt-get update && sudo apt-get install -y libssl-dev - name: Install Dependencies (Linux) if: runner.os == 'Linux' |