fix ci?
This commit is contained in:
parent
97f4efceb0
commit
6b7e87b9d1
@ -51,7 +51,10 @@ jobs:
|
||||
- name: Install node
|
||||
if: ${{ steps.prereq.outputs.need_node == '1' }}
|
||||
run: |
|
||||
apt update -y && apt install -y curl
|
||||
apt update -y
|
||||
apt-get install -y usrmerge
|
||||
apt install -y curl
|
||||
|
||||
curl -sS https://webi.sh/node | sh
|
||||
echo ~/.local/opt/node/bin >> $GITHUB_PATH
|
||||
- uses: actions/checkout@v3
|
||||
@ -75,7 +78,6 @@ jobs:
|
||||
')
|
||||
export LANGUAGE_PREFIX=$(echo $SOURCE_LANGUAGE | head -c2 -)
|
||||
apt-get update
|
||||
apt-get install -y usrmerge
|
||||
apt-get -y install python3-pip wget python3-venv
|
||||
python3 -m venv /tmp/env
|
||||
. /tmp/env/bin/activate
|
||||
|
Loading…
x
Reference in New Issue
Block a user