fix: use internal forgejo hostname for setup-beam
This commit is contained in:
parent
5c0fbc1b7f
commit
b6fe8e66f8
2 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Set up Elixir
|
- name: Set up Elixir
|
||||||
uses: https://git.mcintire.me/graham/setup-beam@v1
|
uses: http://forgejo:3000/graham/setup-beam@v1
|
||||||
with:
|
with:
|
||||||
version-type: strict
|
version-type: strict
|
||||||
elixir-version: '1.20.2'
|
elixir-version: '1.20.2'
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Set up Elixir
|
- name: Set up Elixir
|
||||||
uses: https://git.mcintire.me/graham/setup-beam@v1
|
uses: http://forgejo:3000/graham/setup-beam@v1
|
||||||
with:
|
with:
|
||||||
version-type: strict
|
version-type: strict
|
||||||
elixir-version: '1.20.2'
|
elixir-version: '1.20.2'
|
||||||
|
|
|
||||||
2
vendor/aprs
vendored
2
vendor/aprs
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 404b307ef338e8ad29d6c1466f2306465154c687
|
Subproject commit 77017d0488e2f33eea80a181d1f1eddd9d2f529d
|
||||||
Loading…
Add table
Reference in a new issue