Skip to content

Commit

Permalink
Update buildspec.yml (correct typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeOpenHWGroup authored Oct 11, 2023
1 parent 32bc0a6 commit ee399c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phases:
- chown -R florian:florian .
# - su florian -c "source /synopsys/scripts/env.sh; echo $PATH"
# VCS environment
- apt get install build-essentials
- apt-get install build-essentials
- export VCS_HOME=/synopsys/vcs/S-2021.09-SP1
- export PATH=$VCS_HOME/bin:$PATH
- vcs -id
Expand Down

0 comments on commit ee399c8

Please sign in to comment.