Skip to content

Commit 68eff7b

Browse files
committed
Fix CI file
1 parent 97430d1 commit 68eff7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Compilation
6060
id: Compile
61-
uses: stm32duino/actions/compile-examples@master
61+
uses: stm32duino/actions/compile-examples@main
6262
with:
6363
board-pattern: "NUCLEO_L476RG"
6464
libraries: "STM32duino NFC-RFAL, STM32duino ST25R3911B"
@@ -68,4 +68,4 @@ jobs:
6868
if: failure()
6969
run: |
7070
cat ${{ steps.Compile.outputs.compile-result }}
71-
exit 1
71+
exit 1

0 commit comments

Comments
 (0)