Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed May 13, 2024
1 parent fd05d93 commit fa1d40d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Make sure packages compile
name: Run tests for Move packages

# Set the VERSION variable to use when downloading the binary
# Currently, requires explicit setup, ideally it should be fetched
# automatically
env:
VERSION: 'v1.24.1'
# env:
# VERSION: 'v1.24.1'

on:
pull_request:

jobs:
deploy:
download-binary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -19,8 +19,9 @@ jobs:
with:
repo: MystenLabs/sui
platform: ubuntu
tag: 'mainnet-${{ env.VERSION }}'
# tag: 'mainnet-${{ env.VERSION }}'
cache: enable
chmod: 0755
extension: '.tgz'
# - run: 'which sui'
- run: 'sui --help'
Expand Down

0 comments on commit fa1d40d

Please sign in to comment.