From fc37465b32eb1d6ee76bfe619eee3fd6dcd649ae Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:26:50 -0300 Subject: [PATCH] fix: version-type --- .github/workflows/precompiled_nif.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/precompiled_nif.yml b/.github/workflows/precompiled_nif.yml index 47132ed..e91f7fd 100644 --- a/.github/workflows/precompiled_nif.yml +++ b/.github/workflows/precompiled_nif.yml @@ -119,6 +119,7 @@ jobs: - uses: erlef/setup-beam@v1 with: version-file: .tool-versions + version-type: strict - name: Setup Ninja uses: ashutoshvarma/setup-ninja@master