Skip to content

Commit a13a1bb

Browse files
committed
Updated GitHub workflows from https://github.com/briandfoy/github_workflows
5d98d34417b825af9e92f10af5d7e5bd8db6a128 * �[92mlinux.yml�[0m upgraded: 20250126.002 -> 20250416.001
1 parent c0e87b1 commit a13a1bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2-
# version 20250126.002
2+
# version 20250416.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
os:
81-
- ubuntu-22.04
81+
- ubuntu-latest
8282
perl-version:
8383
- '5.16-buster'
8484
- '5.18-buster'
@@ -101,7 +101,8 @@ jobs:
101101
run: uname -a
102102
- name: setup platform
103103
run: |
104-
apt-get upgrade
104+
apt-get -y update
105+
apt-get -y upgrade
105106
apt-get -y install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
106107
- name: Perl version check
107108
run: |

0 commit comments

Comments
 (0)