Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
cf04b6db
Commit
cf04b6db
authored
Sep 24, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
we have this one?
parent
90ac3361
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test_embedded.yml
.github/workflows/test_embedded.yml
+1
-1
test_pc.yml
.github/workflows/test_pc.yml
+1
-1
No files found.
.github/workflows/test_embedded.yml
View file @
cf04b6db
...
...
@@ -12,7 +12,7 @@ jobs:
-
name
:
Install Go and Python
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.1
7
python3 python3-pip
sudo apt-get -y --no-install-recommends install golang-1.1
6
python3 python3-pip
-
name
:
Install Python deps
run
:
pip3 install -r risc/requirements.txt
-
name
:
Build minigeth and run default block (cache)
...
...
.github/workflows/test_pc.yml
View file @
cf04b6db
...
...
@@ -12,7 +12,7 @@ jobs:
-
name
:
Install Go
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.1
7
sudo apt-get -y --no-install-recommends install golang-1.1
6
-
name
:
Build minigeth
run
:
|
(cd minigeth/ && go build)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment