Skip to content

Commit e952b2c

Browse files
committed
buildtools workflow: Remove the setupenv step (too slow we already build the iso)
1 parent a16294f commit e952b2c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/buildtools-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ jobs:
4949
- name: Create build directory
5050
run: mkdir -p generated.x86
5151

52-
- name: Setup environment
53-
run: |
54-
cd generated.x86
55-
export TERM=xterm-256color
56-
../build/scripts/setupenv.sh
57-
5852
- name: Configure project
5953
run: |
6054
cd generated.x86

0 commit comments

Comments
 (0)