diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 56d0798c..0f712f32 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -129,6 +129,13 @@ jobs: with: working-directory: R/phreeqc + - name: List files + run: | + pwd + ls -lR + find -name "*.tar.gz" + + # r-build: # needs: [init] # runs-on: ubuntu-latest