Move pinouts to pages.rusefi.com #170
This commit is contained in:
parent
6de67ee73d
commit
d5de9f8b17
|
@ -18,12 +18,7 @@ jobs:
|
|||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install ncftp
|
||||
wget https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64
|
||||
chmod a+x yq_linux_amd64
|
||||
mkdir yqdir
|
||||
mv yq_linux_amd64 yqdir/yq
|
||||
misc/actions/pinouts-install.sh
|
||||
echo "::add-path::`pwd`/yqdir/"
|
||||
|
||||
- name: Set FTP variables
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install ncftp
|
||||
wget https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64
|
||||
chmod a+x yq_linux_amd64
|
||||
mkdir yqdir
|
||||
mv yq_linux_amd64 yqdir/yq
|
Loading…
Reference in New Issue