Skip to content

Commit

Permalink
🎨 make code cleaner
Browse files Browse the repository at this point in the history
Signed-off-by: Anathan (Ana) Ye <anaye@duck.com>
  • Loading branch information
anaye1997 committed Aug 8, 2023
1 parent e56cdcd commit aa19e17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ jobs:
run: |
apt update
apt install -y curl wget
npm install -g yarn
node --version
npm --version
yarn --version
npm install -g yarn && node --version && node --version && npm --version && yarn --version
SCCACHE_FILE=sccache-$SCCACHE_VERSION-x86_64-unknown-linux-musl
mkdir -p $HOME/.local/bin
curl -L "$SCCACHE_RELEASE_URL/$SCCACHE_VERSION/$SCCACHE_FILE.tar.gz" | tar xz
Expand Down

0 comments on commit aa19e17

Please sign in to comment.