Skip to content

Commit e31f1e0

Browse files
committed
mkdir
1 parent 0fb1e8a commit e31f1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freebsd_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
shell: sh
3737
operating_system: freebsd
3838
version: '14.1'
39-
sync_files: runner-to-vm
4039
run: |
40+
sudo mkdir -p /usr/local/etc/pkg/repos
4141
sudo sh -c 'echo "FreeBSD: { url: \"https://pkg.FreeBSD.org/\${ABI}/quarterly\", mirror_type: \"srv\", enabled: yes }" > /usr/local/etc/pkg/repos/FreeBSD.conf'
4242
sudo pkg update -f
4343
sudo pkg upgrade -y

0 commit comments

Comments
 (0)