Skip to content

Commit

Permalink
Merge pull request #866 from lrascao/bump_setup_erlang_ci
Browse files Browse the repository at this point in the history
Bump setup-erlang CI to v1.1.2
  • Loading branch information
lrascao authored Apr 25, 2021
2 parents 3f7867b + a0dd67e commit 6e8b874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shelltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: gleam-lang/setup-erlang@v1.0.0
- uses: gleam-lang/setup-erlang@v1.1.2
with:
otp-version: ${{ matrix.otp_version }}

Expand Down
2 changes: 1 addition & 1 deletion priv/templates/extended_bin
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

# OSX does not support readlink '-f' flag, work
# around that
# shellcheck disable=SC2039
# shellcheck disable=SC2039,SC3000-SC4000
case $OSTYPE in
darwin*)
SCRIPT=$(readlink "$0" || true)
Expand Down

0 comments on commit 6e8b874

Please sign in to comment.