Update CI.yml

This commit is contained in:
Aditya Garg 2022-11-08 09:03:56 +05:30 committed by GitHub
parent 5d11050015
commit 330d992f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions

View File

@ -11,16 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: |
DOCKER_IMAGE=ubuntu:22.10
docker pull ${DOCKER_IMAGE}
docker run \
-t \
-v "$(pwd)":/repo \
${DOCKER_IMAGE} \
/bin/bash -c 'cd /repo && \
apt update && apt install -y sudo && \
sudo ./build.sh'
run: sudo ./build_in_docker.sh
- name: print sha256sum
run: cat output/sha256