File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2323 - name : Get the version
2424 id : get_version
2525 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
26+ - name : Link source Into Workspace
27+ run : |
28+ mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
29+ ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
30+ ls -al $HOME/bowler-workspace/gitcache/github.com/
31+ ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
32+
2633 - name : Install libraries
2734 run : |
2835 sudo apt update
Original file line number Diff line number Diff line change 1- / .settings
1+ .settings
22/.project
33/.classpath
44/.cproject
55/cache /
6- /* .class
6+ /* .class
7+ /
8+ .settings
9+ /
Original file line number Diff line number Diff line change 1+ import eu.mihosoft.vrl.v3d.CSG
2+ import eu.mihosoft.vrl.v3d.Cylinder
3+ import eu.mihosoft.vrl.v3d.Hexagon
4+
15CSG simpleSyntax = new Cylinder (10 ,40 ). toCSG() // a one line Cylinder
26
37// create a Cylinder
You can’t perform that action at this time.
0 commit comments