-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,10 @@ jobs: | |
with: | ||
python-version: "3.10" | ||
|
||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.ACTION_SSH_KEY }} | ||
|
||
- name: Setup protoc | ||
run: | | ||
DEBIAN_FRONTEND=noninteractive | ||
|
@@ -30,7 +34,7 @@ jobs: | |
- name: Run canlib generator | ||
run: | | ||
pip install git+https://github.com/eagletrt/canlib.git#egg=canlib | ||
pip install git+ssh://git@github.com/eagletrt/canlib.git#egg=canlib | ||
canlib generate-all networks ids lib proto csv | ||
mkdir -p /tmp/workspace | ||
cp -R networks ids lib proto csv /tmp/workspace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,10 @@ jobs: | |
with: | ||
submodules: true | ||
|
||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.ACTION_SSH_KEY }} | ||
|
||
- uses: actions/setup-python@v3 | ||
name: Set up Python 3.10 | ||
with: | ||
|
@@ -27,7 +31,7 @@ jobs: | |
- name: Run canlib generator | ||
run: | | ||
pip install git+https://github.com/eagletrt/canlib.git#egg=canlib | ||
pip install git+ssh://git@github.com/eagletrt/canlib.git#egg=canlib | ||
canlib generate-all networks ids lib proto csv | ||
mkdir -p /tmp/workspace | ||
cp -R networks ids lib proto csv /tmp/workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,10 @@ jobs: | |
name: Set up Python 3.10 | ||
with: | ||
python-version: "3.10" | ||
|
||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.ACTION_SSH_KEY }} | ||
|
||
- name: Setup protoc | ||
run: | | ||
|
@@ -25,7 +29,7 @@ jobs: | |
- name: Run canlib generator | ||
run: | | ||
pip install git+https://github.com/eagletrt/canlib.git#egg=canlib | ||
pip install git+ssh://git@github.com/eagletrt/canlib.git#egg=canlib | ||
canlib generate-all networks ids lib proto csv | ||
- run: | | ||
|