Skip to content

Commit a4be8cd

Browse files
committed
ci: add scarb plugin
1 parent 9415e12 commit a4be8cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ENV PATH="${PATH}:/usr/local/go/bin"
5757

5858
RUN go install github.com/asdf-vm/asdf/cmd/asdf@v0.16.0
5959
ENV PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
60+
RUN `go env GOPATH`/bin/asdf plugin add scarb
6061
RUN `go env GOPATH`/bin/asdf install scarb 2.9.4
6162

6263
RUN chown -R root:root /usr/local/cargo

0 commit comments

Comments
 (0)