commit cdc0fbe1a838e1057eccd9193a6326d25da04a97
parent d959ca92b61a17910a833203fd5acc7c416b92bd
Author: Sean Enck <sean@ttypty.com>
Date: Fri, 17 Feb 2023 19:53:20 -0500
cleaning up common action before common use
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/scripts/ci/action.yml b/scripts/ci/action.yml
@@ -4,6 +4,12 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@v3
+ - name: "remove .git"
+ shell: sh
+ run: rm -rf .git
+ - name: "uname"
+ shell: sh
+ run: uname -a
- name: "build"
shell: sh
run: make build