workflow: typo, try again
Some checks failed
Build Docker Image / Build Docker Image (push) Has been cancelled
Some checks failed
Build Docker Image / Build Docker Image (push) Has been cancelled
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -10,10 +10,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
// change mirror to kku.ac.th for faster package downloading
|
# change mirror to kku.ac.th for faster package downloading
|
||||||
sed -i 's@http://archive.ubuntu.com@https://mirror.kku.ac.th@g' /etc/apt/sources.list
|
sed -i 's@http://archive.ubuntu.com@https://mirror.kku.ac.th@g' /etc/apt/sources.list
|
||||||
sudo apt update && sudo apt install nodejs npm curl -y
|
sudo apt update && sudo apt install nodejs npm curl -y
|
||||||
// Install docker
|
# Install docker
|
||||||
curl -fSsl https://get.docker.com | bash
|
curl -fSsl https://get.docker.com | bash
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user