mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
ci changes
This commit is contained in:
parent
35a9c23bb6
commit
50f739bacf
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -9,16 +9,19 @@ on:
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
echo "No action setup currently needed, skipping..."
|
||||
# steps:
|
||||
# echo "No action setup currently needed, skipping..."
|
||||
|
||||
build:
|
||||
needs: setup
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user