Skip to content

Commit

Permalink
Update ubuntu-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams authored Aug 26, 2024
1 parent f5a9c44 commit c561bdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
cmake --install .
pwd
ls -l
ls -l ..
- name: setup
run: |
Expand All @@ -70,9 +71,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y mesa-utils xvfb xorg-dev libglu1-mesa-dev glslang-dev glslang-tools
- uses: actions/checkout@v3
with:
clean: false
# - uses: actions/checkout@v3
# with:
# clean: false

- name: set up engine dependencies
run: |
Expand Down

0 comments on commit c561bdc

Please sign in to comment.