Skip to content

Commit

Permalink
test linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Jul 22, 2024
1 parent 65e73c6 commit 7a4e09e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:

steps:
- name: clone
uses: actions/checkout@v2
uses: actions/checkout@v2.3
with:
submodules: 'recursive'
- name: log files
run: |
ls
pwd
- name: install miniconda
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 7a4e09e

Please sign in to comment.