Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb1faac

Browse files
committed
.github/workflows: Choosing self-hosted for a job.
Signed-off-by: lbuque <1102390310@qq.com>
1 parent16cac57 commitfb1faac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/build-release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on:ubuntu-20.04
11+
runs-on:self-hosted
1212
steps:
1313
-uses:actions/checkout@v3.3.0
1414

‎.github/workflows/nightly-build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build:
13-
runs-on:ubuntu-20.04
13+
runs-on:self-hosted
1414
steps:
1515
-uses:actions/checkout@v3.3.0
1616
-name:Install packages

‎tools/ci.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function ci_esp32_idf504_setup {
106106
fi
107107
fi
108108

109-
git clone --depth 1 --branch uiflow/v2.0-idf5.0.4--recurse-submoduleshttps://github.com/m5stack/esp-idf.git
109+
git clone --depth 1 --branch uiflow/v2.0-idf5.0.4 https://github.com/m5stack/esp-idf.git
110110
git -C esp-idf submodule update --init \
111111
components/bt/host/nimble/nimble \
112112
components/esp_wifi \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp