fix
This commit is contained in:
@@ -5,6 +5,7 @@ jobs:
|
||||
machine: true
|
||||
steps:
|
||||
- checkout
|
||||
- run: chmod +x -v *.sh
|
||||
- run: sudo ./runit-all.sh 64
|
||||
- persist_to_workspace:
|
||||
root: /tmp/danio-gcc/64
|
||||
@@ -15,6 +16,7 @@ jobs:
|
||||
machine: true
|
||||
steps:
|
||||
- checkout
|
||||
- run: chmod +x -v *.sh
|
||||
- run: sudo ./runit-all.sh 32
|
||||
- persist_to_workspace:
|
||||
root: /tmp/danio-gcc/32
|
||||
|
||||
Reference in New Issue
Block a user