From 0ffb5dc26e4239c55f130f13d3e850a344859f27 Mon Sep 17 00:00:00 2001 From: Dayan Ruben Date: Fri, 13 Dec 2024 09:53:20 -0300 Subject: [PATCH] Removed redundant setup-kotlin in actions because of being installed using the Brewfile --- .github/workflows/hello-world.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index e969b6c7..43f231f1 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -38,11 +38,6 @@ jobs: bb: latest no-auth: ${{ env.LOCAL == 'true' }} - - name: Set up kotlin - uses: fwilhe2/setup-kotlin@main - with: - install-native: true - - name: Setup Fortran uses: fortran-lang/setup-fortran@v1 id: setup-fortran