added lsb-release package to setup step in workflow
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Install Node.js and git
|
- name: Install Node.js and git
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y install nodejs git
|
apt-get -y install nodejs git lsb-release
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user