Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Sep 13, 2024
1 parent db8216a commit 877ea86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: precompile

on:
push:
tags:
- 'v*'
branches:
- 'precompile-woes'

permissions:
contents: write
Expand All @@ -19,9 +19,9 @@ jobs:
fail-fast: false
matrix:
job:
- { os: "ubuntu-20.04", otp: "23", elixir: "1.14" }
- { os: "macos-11", otp: "24.3.4.16", elixir: "1.14.3"}
- { os: "windows-2019", otp: "25", elixir: "1.14"}
- { os: "ubuntu-20.04", otp: "25.0", elixir: "1.14" }
- { os: "macos-11", otp: "25.0", elixir: "1.14.3"}
- { os: "windows-2019", otp: "25.0", elixir: "1.14"}
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down Expand Up @@ -97,9 +97,3 @@ jobs:
mkdir -p "${ELIXIR_MAKE_CACHE_DIR}"
mix deps.get
mix elixir_make.precompile
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
cache/*.tar.gz
3 changes: 0 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,6 @@ defmodule Exqlite.MixProject do
"aarch64-linux-gnu" => "aarch64-linux-gnu-",
"riscv64-linux-gnu" => "riscv64-linux-gnu-"
},
{:unix, :darwin} => %{
:include_default_ones => true
},
{:win32, :nt} => %{
:include_default_ones => true
}
Expand Down

0 comments on commit 877ea86

Please sign in to comment.