diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4e1436046..dfe418a2f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -56,9 +56,7 @@ # - name: Fetch latest code # uses: actions/checkout@v3 # - name: Setup build environment -# run: | -# sudo apt install -y clang llvm protobuf-compiler -# rustup show +# run: apt install -y clang llvm protobuf-compiler # - name: Cache cargo # uses: actions/cache@v3 # with: @@ -163,7 +161,7 @@ # - name: Install darwinia # run: | # chmod u+x darwinia -# sudo mv darwinia /usr/bin +# mv darwinia /usr/bin # - name: Launch darwinia # run: darwinia --chain pangolin-dev --tmp --alice --tracing-api debug,trace --frontier-backend-type sql & # - name: Install Node 19 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e018e688c..d557f97eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: dotnet: true haskell: true large-packages: true - docker-images: false + docker-images: true swap-storage: false - name: Set swap space uses: pierotofy/set-swap-space@master diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 3cfc4ba9c..0147b605e 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -33,7 +33,7 @@ jobs: dotnet: true haskell: true large-packages: true - docker-images: false + docker-images: true swap-storage: false - name: Set swap space uses: pierotofy/set-swap-space@master