Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidevesh authored Jul 3, 2023
1 parent a3c602c commit 607e378
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Initialize ddcbc-api git submodule
run: |
git config --global --add safe.directory /__w/Luminance/Luminance
git submodule update --init ddcbc-api
run: git submodule update --init ddcbc-api

- name: Build package
run: ./build-deb.sh
Expand All @@ -52,7 +50,9 @@ jobs:
uses: actions/checkout@v2

- name: Initialize ddcbc-api git submodule
run: git submodule update --init ddcbc-api
run: |
git config --global --add safe.directory /__w/Luminance/Luminance
git submodule update --init ddcbc-api
- name: Build package
run: ./build-rpm.sh
Expand Down

0 comments on commit 607e378

Please sign in to comment.