Skip to content

Commit

Permalink
Download i18n at the start rather than via CMake
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Jun 13, 2022
1 parent 805383a commit 6867d50
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,30 @@ jobs:
fi
- name: Checkout openchemistry
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: openchemistry/openchemistry
submodules: recursive

- name: Checkout avogadroapp
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: openchemistry/avogadroapp
path: avogadroapp

- name: Checkout avogadrolibs
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: avogadrolibs

- name: Checkout i18n
uses: actions/checkout@v3
with:
repository: openchemistry/avogadro-i18n
path: avogadro-i18n

- name: Grab cache files
uses: actions/cache@v2
if: runner.os != 'Windows'
with:
path: |
${{ runner.workspace }}/build/thirdparty
Expand Down

0 comments on commit 6867d50

Please sign in to comment.