Skip to content

Commit 41fab2e

Browse files
committed
fix
1 parent 5f84faf commit 41fab2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

0 commit comments

Comments
 (0)