-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oled example #55
Oled example #55
Conversation
gautam-dev-maker
commented
Feb 23, 2022
- Add Oled Example in the SRA-BOARD-COMPONENT
- Update github actions for oled-example
* [CI] Debug error: "Not a git repository" Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com> * [CI] Separately update submodules Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com> * [CI] Remove github actions Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com> * [CI] Change to checkout version 1 Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
test-apps: [bar_graph, lsa, motor_driver_normal, motor_driver_parallel, mpu6050, servos, switches, oled] | ||
steps: | ||
- name: Setup Github Actions | ||
uses: actions/checkout@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you downgrade to v1 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://remarkablemark.org/blog/2021/02/21/github-actions-checkout-submodules/ Please follow the approach 1 here with checkout@v2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SAtacker I had encountered this issue, just purge and install new git
sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I had encountered this issue on the website as well. This works fine here: https://github.com/SRA-VJTI/sra-vjti.github.io/blob/main/.github/workflows/add-intern-exp.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to this ubuntu-latest should have git 2.30.2. I guess the issue is with permission on gautam's fork. Please remove the changes and let's see if it fails in this repo.
@gautam-dev-maker updates ? |
This reverts commit 97102eb.
I have reverted the commits regarding the github actions. |
@gautam-dev-maker you still need to change the yaml file to include oled folder of the examples |
@gautam-dev-maker you also need to enable submodule in git checkout #55 (comment) CC: @SAtacker |