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 e4605ff commit b07ab0eCopy full SHA for b07ab0e
.github/workflows/check-sketches-deps.yml
@@ -8,6 +8,8 @@ jobs:
8
compile-sketches:
9
runs-on: ubuntu-latest
10
steps:
11
+ # Checkout arduino-app-cli to extract the version from go.mod file dynamically.
12
+ # This ensures that the same version of arduino-cli is used as a dependency.
13
- name: Checkout arduino-app-cli repository
14
uses: actions/checkout@v4
15
with:
0 commit comments