Skip to content

Commit

Permalink
moved exports to recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Jul 16, 2024
1 parent c9b4dcc commit d61661d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recursiveBuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
sudo apt-get install libxcb-shm0
sudo apt-get install libxcb-image0
sudo apt-get install libxcb-util1
export PATH=$PATH:~/Qt/Tools/QtCreator/bin
export DISPLAY=:0.0
- name: Install NECTO
run: |
bash scripts/installNecto.sh
- name: Run Recursive Build
run: |
export PATH=$PATH:~/Qt/Tools/QtCreator/bin
export DISPLAY=:0.0
export QT_DEBUG_PLUGINS=1
cd /home/runner/work/SDK-Build-Tool/SDK-Build-Tool
git pull
Expand Down

0 comments on commit d61661d

Please sign in to comment.