Skip to content

Commit 6f955f6

Browse files
committed
updates to actions
1 parent f9ff0a3 commit 6f955f6

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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/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)