Skip to content

Commit 011f9b1

Browse files
committed
fix
1 parent 41fab2e commit 011f9b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check-sketches-deps.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- name: Extract cli-version from go.mod
1717
id: get_cli_version
1818
run: |
19-
ls
20-
#CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' arduino-app-cli/go.mod | awk '{print $2}')
21-
#echo "cli_version=$CLI_VERSION" >> $GITHUB_OUTPUT
19+
CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' go.mod | awk '{print $2}')
20+
echo "cli_version=$CLI_VERSION" >> $GITHUB_OUTPUT
2221
2322
- name: Checkout repository
2423
uses: actions/checkout@v4

0 commit comments

Comments
 (0)