Skip to content

Commit

Permalink
Merge pull request #60 from ipfs-force-community/feat/update_ref_fvm_…
Browse files Browse the repository at this point in the history
…and_go

feat: update ref fvm & support go1.18.x
  • Loading branch information
web3creator committed Aug 16, 2022
2 parents 509bf1a + 124e8cc commit 7ae984f
Show file tree
Hide file tree
Showing 9 changed files with 581 additions and 481 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: dependencies
run: sudo apt update && sudo apt install -y
run: sudo apt-get -o Acquire::Retries=3 update && sudo apt-get -o Acquire::Retries=3 install make git mesa-opencl-icd ocl-icd-opencl-dev wget -y && sudo apt upgrade -y

- name: Set up Go
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: dependencies
run: sudo apt update && sudo apt install -y
run: sudo apt-get -o Acquire::Retries=3 update && sudo apt-get -o Acquire::Retries=3 install make git mesa-opencl-icd ocl-icd-opencl-dev wget -y && sudo apt upgrade -y

- name: setup rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: '0'

- name: dependencies
run: sudo apt update && sudo apt install -y
run: sudo apt-get -o Acquire::Retries=3 update && sudo apt-get -o Acquire::Retries=3 install make git mesa-opencl-icd ocl-icd-opencl-dev wget -y && sudo apt upgrade -y

- name: setup rust
uses: actions-rs/toolchain@v1
Expand Down
Loading

0 comments on commit 7ae984f

Please sign in to comment.