Skip to content

Commit

Permalink
get deps in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleclair committed Dec 31, 2024
1 parent 94b132a commit 020776a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Set up Elixir to build the app
# Set up Elixir to build the app + install deps
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 27.1.1
elixir-version: 1.18.0
- run: mix deps.get
# Build the site
- run: mix site.build
- name: Setup Pages
Expand Down

0 comments on commit 020776a

Please sign in to comment.