Skip to content

Commit

Permalink
github release: add coffeescript to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrode committed May 26, 2023
1 parent f6f3bae commit 56b7257
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

- name: Fix post run npm cleanup
run: mkdir -p /home/runner/.npm
continue-on-error: true

- uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'

- name: Install dependencies
run: |
sudo npm install -g coffeescript@1.12.7
- name: Install golang
uses: actions/setup-go@v3
Expand Down

0 comments on commit 56b7257

Please sign in to comment.