From 02793f085125e0fe7bfbd9d74a7e9c4d3e50e336 Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Thu, 8 Aug 2024 01:44:46 +0800 Subject: [PATCH] updated github actions workflow --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61c0588..b5aa9fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,10 +11,13 @@ permissions: jobs: build: runs-on: ubuntu-latest - # container: - # image: ubuntu:22.04 + container: + image: ubuntu:22.04 steps: + - name: Testing + run: echo $SHELL + - name: Install Rust run: | apt update && apt install -y curl