Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Sep 20, 2024
1 parent 4b99581 commit fe24d23
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
branches:
- "*"
- '*'
workflow_dispatch: {}

jobs:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
otp-version: false
os: 'ubuntu-latest'
disable_problem_matchers: true
- gleam-version: '0.22.0' # Version with Gleam's old archive naming convention
- gleam-version: '0.22.0' # Version with Gleam's old archive naming convention
otp-version: '24'
os: 'ubuntu-latest'
disable_problem_matchers: true
Expand Down Expand Up @@ -215,3 +215,16 @@ jobs:
${INSTALL_DIR_FOR_GLEAM}/bin/gleam --version
${INSTALL_DIR_FOR_OTP}/bin/erl -version
${INSTALL_DIR_FOR_REBAR3}/bin/rebar3 version
does_this_work:
runs-on: ubuntu-latest

steps:
- name: use
uses: btkostner/setup-beam@refresh
with:
otp-version: '24'
elixir-version: '1.12'
gleam-version: '0.23'
rebar3-version: '3.15'
version-type: 'strict'

0 comments on commit fe24d23

Please sign in to comment.