Skip to content

Commit

Permalink
run on latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
weidonglian committed Jul 31, 2024
1 parent 7e857d6 commit eb8c2bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
#- name: build docker
# run: docker build -t weidonglianlian/cpp-playground .
- name: pull docker
run: docker pull weidonglian/cpp-playground:latest
- name: run build and test with docker
run: docker run -v $(pwd):/app weidonglian/cpp-playground:latest /bin/sh -c "cd /app && ./run_ci.sh"
run: ./run_ci.sh"

0 comments on commit eb8c2bd

Please sign in to comment.