mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
correct workflow yaml errors
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
PIP_BREAK_SYSTEM_PACKAGES:1
|
||||
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
PIP_BREAK_SYSTEM_PACKAGES:1
|
||||
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user