Skip to content

Commit

Permalink
centos7 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanishan1001 committed Mar 18, 2024
1 parent 10529f5 commit 8e2ea68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
name: webserver-centos7-build
runs-on: ubuntu-20.04
steps:
- name: Check disk space
run: |
df -h
echo "Disk space usage for /github/workspace:"
du -sh /github/workspace
- name: checkout otel webserver
uses: actions/checkout@v3
- name: setup buildx
Expand Down

0 comments on commit 8e2ea68

Please sign in to comment.