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 41fab2e commit 011f9b1Copy full SHA for 011f9b1
.github/workflows/check-sketches-deps.yml
@@ -16,9 +16,8 @@ jobs:
16
- name: Extract cli-version from go.mod
17
id: get_cli_version
18
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
+ CLI_VERSION=$(grep 'github.com/arduino/arduino-cli ' go.mod | awk '{print $2}')
+ echo "cli_version=$CLI_VERSION" >> $GITHUB_OUTPUT
22
23
- name: Checkout repository
24
uses: actions/checkout@v4
0 commit comments