diff --git a/examples.md b/examples.md index 47c2b22..3a75eca 100644 --- a/examples.md +++ b/examples.md @@ -9,7 +9,6 @@ - [macOS](#macos) - [Windows](#windows-1) - [Elixir - Mix](#elixir---mix) -- [Erlang - Rebar3](#erlang--rebar3) - [Go - Modules](#go---modules) - [Linux](#linux-1) - [macOS](#macos-1) @@ -152,18 +151,6 @@ steps: ${{ runner.os }}-mix- ``` -## Erlang - Rebar3 -```yaml -- uses: actions/cache@v2 - with: - path: | - ~/.cache/rebar3 - _build - key: ${{ runner.os }}-erlang-${{ env.OTP_VERSION }}-${{ hashFiles('**/*rebar.lock') }} - restore-keys: | - ${{ runner.os }}-erlang-${{ env.OTP_VERSION }}- -``` - ## Go - Modules ### Linux