We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a4bad commit 6157ac3Copy full SHA for 6157ac3
.github/workflows/freebsd-x64-runtime-build.yml
@@ -12,7 +12,7 @@ jobs:
12
run: df -h; sudo rm -rf "$AGENT_TOOLSDIRECTORY"; df -h
13
- name: runtime+libs+packs build
14
run: |
15
- git clone https://github.com/am11/runtime -b feature/freebsd-port/outputrid2
+ git clone https://github.com/am11/runtime -b feature/freebsd-port/outputrid-4
16
cd runtime
17
git config --global user.email [email protected]
18
git config --global user.name ci
0 commit comments