From 781516c12654bca6608f5469811448d6b29aba5a Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:42:13 -0300 Subject: [PATCH] do not install tools --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c37240..0cc95c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install asdf & tools - uses: asdf-vm/actions/install@v3 + - name: Install asdf + uses: asdf-vm/actions/setup@v3 - name: Install Erlang and Elixir run: | @@ -77,8 +77,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install asdf & tools - uses: asdf-vm/actions/install@v3 + - name: Install asdf + uses: asdf-vm/actions/setup@v3 - name: Install Erlang and Elixir run: |