Skip to content

Commit

Permalink
Feat upgrade polkadot 0.9.36 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete authored Dec 28, 2022
1 parent af34179 commit 817a145
Show file tree
Hide file tree
Showing 57 changed files with 4,284 additions and 3,832 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt update && \
lldb \
software-properties-common \
tar \
zstd && \
zstd \
protobuf-compiler && \
add-apt-repository ppa:deadsnakes/ppa && \
apt install -y python3.10 && \
curl https://bootstrap.pypa.io/get-pip.py > get-pip.py && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-test:
runs-on: [self-hosted, poc]
container:
image: threefolddev/tfchain:1
image: threefolddev/tfchain:2
env:
DEBIAN_FRONTEND: noninteractive
steps:
Expand Down
Loading

0 comments on commit 817a145

Please sign in to comment.