This commit is contained in:
parent
1cfffbd737
commit
b8a200800b
@ -10,6 +10,9 @@ jobs:
|
||||
steps:
|
||||
- run: echo "Starting build job"
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libnss3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user