File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ jobs:
1212# base9 --------------------------------------------------------------
1313 base9 :
1414 name : BASE9
15- runs-on : ubuntu-20.04
15+ runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Git repository
1818 uses : actions/checkout@v3
1919
2020 - name : Build BASE9
2121 run : |
2222 cd ~/
23- wget https://www.jsoftware.com/download/j9.6 /install/j9.6_linux64 .tar.gz
24- tar -xzf j9.6_linux64 .tar.gz
23+ wget https://www.jsoftware.com/download/j9.7 /install/j9.7_linux64 .tar.gz
24+ tar -xzf j9.7_linux64 .tar.gz
2525 cd -
2626 echo "UserFolders_j_=: ~. UserFolders_j_,'Main';'`pwd`'" > bld.ijs
2727 echo "load 'project'" >> bld.ijs
2828 echo "load '~Main/save/build.ijs'" >> bld.ijs
2929 echo "exit 0" >> bld.ijs
3030 cat bld.ijs
31- ~/j9.6 /bin/jconsole bld.ijs || exit 1
31+ ~/j9.7 /bin/jconsole bld.ijs || exit 1
3232 mkdir -p release/install/bin
3333 cp config/profile* release/install/bin/.
3434 cd release
5151 name : Run Webhook
5252# remove the following line to run
5353# if: ${{ false }}
54- runs-on : ubuntu-20.04
54+ runs-on : ubuntu-latest
5555 needs : base9
5656 steps :
5757 - name : update server
You can’t perform that action at this time.
0 commit comments