We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9b8ca commit 2dd2cc6Copy full SHA for 2dd2cc6
.github/workflows/github-actions-demo.yml
@@ -15,12 +15,13 @@ jobs:
15
run: |
16
ls ${{ github.workspace }}
17
- 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
+ - name: Setup Git for Windows' minimal SDK
+ uses: git-for-windows/setup-git-for-windows-sdk@v1
+ with:
+ flavor: full
+ - name: Build
+ shell: bash
24
+ run: make
25
- name: Set up MATLAB
26
uses: matlab-actions/setup-matlab@v2
27
- name: Run script
0 commit comments