Skip to content

Commit

Permalink
Merge pull request #84 from sile/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies (env_logger, indoc, and clap)
  • Loading branch information
sile authored Feb 16, 2023
2 parents e6ccd9c + 0cd2193 commit a8a157a
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 133 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
toolchain: [stable, beta, nightly]
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install ${{ matrix.toolchain }} toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -36,7 +36,7 @@ jobs:
toolchain: [stable, beta, nightly]
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install ${{ matrix.toolchain }} toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -59,7 +59,7 @@ jobs:
toolchain: [stable, beta, nightly]
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install ${{ matrix.toolchain }} toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -85,7 +85,11 @@ jobs:
name: rebar3 plugin test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: '25.0'
rebar3-version: '3.20.0'
- run: rebar3 help efmt
working-directory: rebar3_efmt/test/foo
- run: rebar3 efmt -w
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
needs: github-release-draft
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependent packages
run: sudo apt install -y musl-tools
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
target: ["x86_64-apple-darwin", "aarch64-apple-darwin"]
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit a8a157a

Please sign in to comment.