Skip to content

Commit 6fe5720

Browse files
repair build-artifacts
1 parent cc295d2 commit 6fe5720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- {os: windows-latest, r-version: '4.3', rspm: "https://cran.rstudio.com"}
1212
- {os: windows-latest, r-version: '4.4', rspm: "https://cran.rstudio.com"}
1313
- {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
14-
- {os: debian-12, r-version: '4.4', rspm: 'https://packagemanger.posit.co/cran/__linux__/bookworm/latest'}
14+
- {os: ubuntu-24.04, r-version: '4.4', rspm: 'https://packagemanager.posit.co/cran/__linux__/noble/latest'}
1515
runs-on: ${{ matrix.config.os }}
1616
env:
1717
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}
@@ -55,7 +55,7 @@ jobs:
5555
shell: Rscript {0}
5656
- name: Get package version
5757
run: |
58-
echo "PACKAGE_VERSION=$(Rscript -e 'cat(desc::desc_get_version())')" >> $GITHUB_ENV
58+
echo "PACKAGE_VERSION=$(Rscript -e 'cat(as.character(desc::desc_get_version()))')" >> $GITHUB_ENV
5959
shell: Rscript {0}
6060
- name: Upload artifacts
6161
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)