Skip to content

Commit

Permalink
.github/workflows: Choosing self-hosted for a job.
Browse files Browse the repository at this point in the history
Signed-off-by: lbuque <[email protected]>
  • Loading branch information
lbuque committed Jul 22, 2024
1 parent 16cac57 commit fb1faac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: self-hosted
steps:
- uses: actions/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: self-hosted
steps:
- uses: actions/[email protected]
- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function ci_esp32_idf504_setup {
fi
fi

git clone --depth 1 --branch uiflow/v2.0-idf5.0.4 --recurse-submodules https://github.com/m5stack/esp-idf.git
git clone --depth 1 --branch uiflow/v2.0-idf5.0.4 https://github.com/m5stack/esp-idf.git
git -C esp-idf submodule update --init \
components/bt/host/nimble/nimble \
components/esp_wifi \
Expand Down

0 comments on commit fb1faac

Please sign in to comment.