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 669697f commit 53f329d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
path: .

- name: Build include-what-you-use
working-directory: build
run: |
mkdir build
cd ./build
Expand All @@ -58,7 +57,6 @@ jobs:
ninja
- name: Test install
working-directory: build
run: |
cd ./build
cmake --install .
Expand All @@ -72,17 +70,15 @@ jobs:
- uses: actions/checkout@v3
with:
path: .
clean: false

- name: set up engine dependencies
working-directory: build
run: |
git submodule init
git submodule update
#cd thirdparty/glew
#make extensions
- name: build
working-directory: build
run: |
pwd
ls -l
Expand Down

0 comments on commit 53f329d

Please sign in to comment.