Remove redundant packages and envvars
This commit is contained in:
parent
46c084b642
commit
12bc33f619
1 changed files with 1 additions and 4 deletions
|
@ -7,9 +7,6 @@ on:
|
|||
- master
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin
|
||||
RUSTFLAGS: -C target-feature=-crt-static
|
||||
USER_TOKEN: ${{ secrets.TOKEN }}
|
||||
USER_NAME: ${{ vars.USER }}
|
||||
|
||||
|
@ -25,7 +22,7 @@ jobs:
|
|||
- stable
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: apk add --no-cache rustup nodejs git git-lfs build-base pkgconfig bash curl zstd
|
||||
run: apk add --no-cache nodejs git git-lfs bash curl zstd
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout repository (suo)
|
||||
|
|
Loading…
Reference in a new issue