RM outdated comment in gh-action.yml

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-08-03 14:27:36 +10:00 committed by GitHub
parent d7158b375f
commit 041bebb4b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,8 +34,6 @@ jobs:
- name: Verify successful installation - install example binary using cargo-binstall - name: Verify successful installation - install example binary using cargo-binstall
run: cargo binstall -y ripgrep run: cargo binstall -y ripgrep
env: env:
# just-setup use binstall to install sccache,
# which works better when we provide it with GITHUB_TOKEN.
GITHUB_TOKEN: ${{ secrets.CI_RELEASE_TEST_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.CI_RELEASE_TEST_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
- name: Verify successful installation - display help of installed binary - name: Verify successful installation - display help of installed binary