diff options
| author | sigoden <sigoden@gmail.com> | 2024-05-21 19:45:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 19:45:26 +0800 |
| commit | 55a72d7ad235894cf268ddf1f16181533f71ab96 (patch) | |
| tree | b21e1347d83754309ef294f4d941b4a61379153d | |
| parent | ef43b22a8e6d4eb7388a552ba6d52d662e38fd0c (diff) | |
| download | llm-functions-docker-55a72d7ad235894cf268ddf1f16181533f71ab96.tar.gz | |
chore: update ci (#8)
| -rw-r--r-- | .github/workflows/ci.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2dbea9f..645dc8b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,10 +25,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: extractions/setup-crate@v1 + - uses: sigoden/install-binary@v1 with: - owner: sigoden - name: argc + repo: sigoden/argc - name: Check versions run: argc version |
