We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f84faf commit 41fab2eCopy full SHA for 41fab2e
.github/workflows/check-sketches-deps.yml
@@ -16,8 +16,9 @@ jobs:
16
- name: Extract cli-version from go.mod
17
id: get_cli_version
18
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
+ ls
+ #CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' arduino-app-cli/go.mod | awk '{print $2}')
21
+ #echo "cli_version=$CLI_VERSION" >> $GITHUB_OUTPUT
22
23
- name: Checkout repository
24
uses: actions/checkout@v4
0 commit comments