1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-07-04 15:55:59 +02:00

Fix PowerShell issue with relative paths

This commit is contained in:
MaksimZhukov 2020-11-17 20:16:35 +03:00
parent bbbdbbf479
commit ba4d1dead0
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
using module "./builders/win-go-builder.psm1"
using module "./builders/nix-go-builder.psm1"
using module "./win-go-builder.psm1"
using module "./nix-go-builder.psm1"
<#
.SYNOPSIS