diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-11-17 18:14:02 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 18:14:02 (GMT) |
| commit | fc3f8f0f781f5e03294c753bf229168f0d01abe0 (patch) | |
| tree | b08d7dd7715cf92d0aab30357eb304e9eee9897a /.github | |
| parent | f5aecb3e84d789c1ecaae4eda1baf987ad360a8e (diff) | |
| parent | 3c7258ddb8e22f98f144cfc9683445aca3132ac1 (diff) | |
Merge pull request #134 from miguemoya/fix-gh-actions-deprecation
Fix error install Cmake main.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6768146..81926a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: # Download and Cache Dependencies - name: Install cmake - uses: lukka/get-cmake@v3.18.0 + uses: lukka/get-cmake@v3.18.3 - name: Check cache for Embedded Arm Toolchain arm-none-eabi-gcc id: cache-toolchain @@ -142,7 +142,7 @@ jobs: - name: Upload DFU package uses: actions/upload-artifact@v2 with: - name: pinetime-mcuboot-app-dfu.zip + name: pinetime-mcuboot-app-dfu path: build/src/pinetime-mcuboot-app-dfu/* ######################################################################################### @@ -168,4 +168,4 @@ jobs: find . -name "pinetime-mcuboot-app.*" -ls # Embedded Arm Toolchain and nRF5 SDK will only be cached if the build succeeds. -# So make sure that the first build always succeeds, e.g. comment out the "Make" step.
\ No newline at end of file +# So make sure that the first build always succeeds, e.g. comment out the "Make" step. |
