Update .gitea/workflows/golang.yml
This commit is contained in:
@@ -33,9 +33,10 @@ jobs:
|
|||||||
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519
|
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
|
|
||||||
- name: Checkout dir
|
- name: Setup SSH key
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
|
||||||
|
node -v && npm -v
|
||||||
|
|
||||||
- name: Checkout code (with actions)
|
- name: Checkout code (with actions)
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user