Skip to content

Commit

Permalink
build ig
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Oct 2, 2024
1 parent 92d4785 commit 01fa69f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: export GEM_HOME="$HOME/gems" && export PATH="$HOME/gems/bin:$PATH" && gem install jekyll bundler
- name: Install dependencies
working-directory: sof-js
run: bun install
Expand Down

0 comments on commit 01fa69f

Please sign in to comment.