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