Skip to content

Commit 4b8fd08

Browse files
authored
Temporary disable pio build
current pio package has an issue. Will be enabled when fixed.
1 parent 6ff7638 commit 4b8fd08

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/Continuous-Integration.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
run: |
6767
cat ${{ steps.Compile.outputs.compile-result }}
6868
exit 1
69-
pio_build:
70-
runs-on: ubuntu-latest
71-
name: PlatformIO test
72-
steps:
73-
# First of all, clone the repo using the checkout action.
74-
- name: Checkout
75-
uses: actions/checkout@master
69+
# pio_build:
70+
# runs-on: ubuntu-latest
71+
# name: PlatformIO test
72+
# steps:
73+
# # First of all, clone the repo using the checkout action.
74+
# - name: Checkout
75+
# uses: actions/checkout@master
7676

77-
- name: PlatformIO
78-
id: Compile
79-
uses: ./.github/actions/pio-build
77+
# - name: PlatformIO
78+
# id: Compile
79+
# uses: ./.github/actions/pio-build

0 commit comments

Comments
 (0)