Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Jul 7, 2024
1 parent 9c802c4 commit 112be41
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,19 @@ jobs:
os: [macos-11, ubuntu-18.04, ubuntu-20.04, windows-2019]

steps:
- uses: actions/checkout@v4
- name: Checkout ubuntu-18.04
if: matrix.os == 'ubuntu-18.04'
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Checkout
if: matrix.os != 'ubuntu-18.04'
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Submodule update
shell: bash
Expand Down

0 comments on commit 112be41

Please sign in to comment.