Compare commits
1 Commits
30fce787f0
...
bdd5a20117
Author | SHA1 | Date | |
---|---|---|---|
bdd5a20117 |
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -9,13 +9,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
build_latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:latest
|
container:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
|
apt update && apt install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
|
||||||
sudo apt-get install -y nodejs
|
apt install -y nodejs
|
||||||
|
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
Reference in New Issue
Block a user