Skip to content

Commit 8515099

Browse files
Update release.yml
1 parent d927cdc commit 8515099

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,16 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Install coffeescript-compiler
13+
run: sudo apt-get install coffeescript
14+
1215
- name: Checkout
1316
uses: actions/checkout@v2
1417
with:
1518
submodules: recursive
1619

17-
- name: Install Node.js and npm
18-
uses: actions/setup-node@v2
19-
with:
20-
node-version: '14'
21-
22-
- name: Install coffeescript
23-
run: npm install -g coffeescript
20+
- name: Checkout submodules
21+
run: git submodule update --init --recursive
2422

2523
- name: Get the version
2624
id: get_version

0 commit comments

Comments
 (0)