mirror of
https://github.com/loot/morrowind.git
synced 2026-07-27 14:16:19 -07:00
@@ -12,7 +12,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get install -y libstdc++6 libhttp-parser-dev libssh2-1-dev
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libstdc++6 libhttp-parser-dev libssh2-1-dev
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
Reference in New Issue
Block a user