texlive[69549] Build/source/.github/workflows/main.yml: [gh actions]
commits+preining at tug.org
commits+preining at tug.org
Tue Jan 23 04:08:04 CET 2024
Revision: 69549
https://tug.org/svn/texlive?view=revision&revision=69549
Author: preining
Date: 2024-01-23 04:08:04 +0100 (Tue, 23 Jan 2024)
Log Message:
-----------
[gh actions] fix parser converting 9.0 to 9
Modified Paths:
--------------
trunk/Build/source/.github/workflows/main.yml
Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml 2024-01-23 03:03:40 UTC (rev 69548)
+++ trunk/Build/source/.github/workflows/main.yml 2024-01-23 03:08:04 UTC (rev 69549)
@@ -145,7 +145,7 @@
uses: vmactions/freebsd-vm at v1
if: ${{ matrix.os == 'freebsd' && (matrix.ci_build || matrix.release_build) }}
with:
- release: 13.2
+ release: '13.2'
usesh: true
run: |
cd repo
@@ -154,7 +154,7 @@
uses: vmactions/netbsd-vm at v1
if: ${{ matrix.os == 'netbsd' && (matrix.ci_build || matrix.release_build) }}
with:
- release: 9.0
+ release: '9.0'
usesh: true
run: |
cd repo
More information about the tex-live-commits
mailing list.