Skip to content

Commit

Permalink
Don't run cmake to generate 'shd-config.h'
Browse files Browse the repository at this point in the history
This isn't needed anymore.
  • Loading branch information
stevenengler committed Dec 30, 2023
1 parent 69ade67 commit 433d70d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
repository: shadow/shadow
- name: Upgrade cargo/rust
run: rustup update
# Run cmake to generate shd-config.h
- name: Run cmake
run: |
sudo apt-get install cmake
cmake -S shadow -B shadow/build
- name: Build rustdoc
run: cd shadow/src && cargo doc
- name: Copy rustdoc
Expand Down

0 comments on commit 433d70d

Please sign in to comment.