Skip to content

Commit

Permalink
这 action 是逼我用歪招
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 5, 2024
1 parent e454820 commit b2d3bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install libuv and libcurl
if: ${{ runner.os == 'ubuntu-latest' }}
if: startsWith(runner.os, 'ubuntu')
# 傻逼 ubuntu,好好的 libuv 非要改名 libuv1,脑子得有多秀逗啊
run: sudo apt-get install -y libuv1-dev libcurl4-openssl-dev

Expand Down

0 comments on commit b2d3bb5

Please sign in to comment.