Skip to content

Commit a50b12f

Browse files
authored
Merge pull request #2 from ViRGIS-Team/action-changes
updates to actions
2 parents cd2272b + 31dd28a commit a50b12f

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Install Conda
14-
uses: conda-incubator/setup-miniconda@v1.7.0
14+
uses: conda-incubator/setup-miniconda@v2
1515

1616
- name: Install PDAL
1717
shell: bash -l {0}

.github/workflows/osx_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Install Conda
14-
uses: conda-incubator/setup-miniconda@v1.7.0
14+
uses: conda-incubator/setup-miniconda@v2
1515

1616
- name: Install PDAL
1717
shell: bash -l {0}

.github/workflows/update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
> Doxyfile
3030
3131
- name: Run Doxygen
32-
uses: mattnotmitt/doxygen-action@v1.2.0
32+
uses: mattnotmitt/doxygen-action@v1.3.0
3333
with:
3434
doxyfile-path: 'docs/Doxyfile'
3535

.github/workflows/windows_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Install Conda
14-
uses: conda-incubator/setup-miniconda@v1.7.0
14+
uses: conda-incubator/setup-miniconda@v2
1515

1616
- name: Install PDAL
1717
shell: pwsh

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ tests/pdal/test_pdalc_*.c
2828
*.o
2929
*.obj
3030
*.elf
31+
*.sln
32+
bin/
33+
obj/
3134

3235
# Linker output
3336
*.ilk
@@ -72,4 +75,4 @@ Data/
7275
Doxyfile
7376
*.tcl
7477

75-
Testing/
78+
Testing/

0 commit comments

Comments
 (0)