We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34df757 + e20177c commit 1336a9cCopy full SHA for 1336a9c
1 file changed
.github/workflows/ci-examples.yml
@@ -67,16 +67,12 @@ jobs:
67
- name: Checkout
68
uses: actions/checkout@v4
69
70
- - name: Install Oasis CLI
71
- env:
72
- CLI_VERSION: 0.14.3
73
- run: |
74
- wget https://github.com/oasisprotocol/cli/releases/download/v${CLI_VERSION}/oasis_cli_${CLI_VERSION}_linux_amd64.tar.gz -O cli.tar.gz
75
- tar --strip-components 1 -xf cli.tar.gz
+ - name: Setup Oasis CLI
+ uses: oasisprotocol/setup-cli-action@0.0.2
76
77
- name: Build ${{ matrix.example }}
78
working-directory: examples/${{ matrix.example }}
79
- run: ../../../oasis rofl build --deployment testnet
+ run: oasis rofl build --deployment testnet
80
81
lint-test-contract-sdk:
82
name: lint-test-contract-sdk
0 commit comments