diff options
author | crupest <crupest@outlook.com> | 2022-05-14 23:39:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-14 23:39:16 +0800 |
commit | 4cdfef9bb8a25891fd8283efd0ce18c69435aff0 (patch) | |
tree | eb639b139e4e9b5bf37759a457973ab067260e50 /.github | |
parent | 8cb4c5bf9e3eb0ba01679355a445369dd61122df (diff) | |
download | cru-4cdfef9bb8a25891fd8283efd0ce18c69435aff0.tar.gz cru-4cdfef9bb8a25891fd8283efd0ce18c69435aff0.tar.bz2 cru-4cdfef9bb8a25891fd8283efd0ce18c69435aff0.zip |
...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bafbb59b..5f03b3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Ninja run: | - brew install ninja + brew install ninja cairo pango - name: Build run: | |