Browse Source

Update .cirrus.yml

pull/4082/head
Martin Kroeker GitHub 2 years ago
parent
commit
c40af244e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -87,7 +87,7 @@ FreeBSD_task:
freebsd_instance:
image_family: freebsd-13-2
install_script:
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc-12
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
compile_script:
- gmake


Loading…
Cancel
Save