Skip to content

Commit

Permalink
ci: update NSS script
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 30, 2024
1 parent 25cbfe7 commit decde63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf

- name: Install NSS
run: brew install nss

run: |
sudo apt-get update -y
sudo apt-get install -y libnss3-tools
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit decde63

Please sign in to comment.