1 2 3 4 5 6 7 jobs: build: docker: - image: cimg/rust:1.57.0 steps: - checkout - run: cargo --version. In the above example, the CircleCI Rust Docker image ...
確定! 回上一頁