File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ jobs:
1515 - name : Checkout
1616 uses : actions/checkout@v4
1717
18- - name : Install Oasis CLI
19- env :
20- CLI_VERSION : 0.13.4
21- run : |
22- wget https://github.com/oasisprotocol/cli/releases/download/v${CLI_VERSION}/oasis_cli_${CLI_VERSION}_linux_amd64.tar.gz -O cli.tar.gz
23- tar --strip-components 1 -xf cli.tar.gz
18+ - name : Setup Oasis CLI
19+ uses : oasisprotocol/setup-cli-action@0.0.2
20+ with :
21+ version : ' 0.17.1'
2422
2523 - name : Build rofl-scheduler for Testnet
2624 working-directory : rofl-scheduler
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ resources:
1111 kind : ram
1212 size : 64
1313artifacts :
14- builder : ghcr.io/oasisprotocol/rofl-dev:v0.1 .0@sha256:1d2b77c25811f70219f366153265702417e0e4a08067a68cce4d132e253d7607
14+ builder : ghcr.io/oasisprotocol/rofl-dev:v0.5 .0@sha256:31573686552abeb0edebc450f6872831f0006a6cf38220cef7e0789d4376c2c1
1515 firmware : https://github.com/oasisprotocol/oasis-boot/releases/download/v0.6.2/ovmf.tdx.fd#db47100a7d6a0c1f6983be224137c3f8d7cb09b63bb1c7a5ee7829d8e994a42f
1616 kernel : https://github.com/oasisprotocol/oasis-boot/releases/download/v0.6.2/stage1.bin#e5d4d654ca1fa2c388bf64b23fc6e67815893fc7cb8b7cfee253d87963f54973
1717 stage2 : https://github.com/oasisprotocol/oasis-boot/releases/download/v0.6.2/stage2-basic.tar.bz2#9a2b4d71e9779801bde73c16b3be789bc50672019a87e8c90fe3c94e034907c1
You can’t perform that action at this time.
0 commit comments