Skip to content

Commit 2dd2cc6

Browse files
authored
Update github-actions-demo.yml
1 parent dd9b8ca commit 2dd2cc6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/github-actions-demo.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
run: |
1616
ls ${{ github.workspace }}
1717
- run: echo "🍏 This job's status is ${{ job.status }}."
18-
- name: Start virtual display server
19-
if: runner.os == 'Linux'
20-
run: |
21-
sudo apt-get install -y xvfb
22-
Xvfb :99 &
23-
echo "DISPLAY=:99" >> $GITHUB_ENV
18+
- name: Setup Git for Windows' minimal SDK
19+
uses: git-for-windows/setup-git-for-windows-sdk@v1
20+
with:
21+
flavor: full
22+
- name: Build
23+
shell: bash
24+
run: make
2425
- name: Set up MATLAB
2526
uses: matlab-actions/setup-matlab@v2
2627
- name: Run script

0 commit comments

Comments
 (0)