mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 11
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./src
|
working-directory: src
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -29,5 +29,5 @@ jobs:
|
|||||||
echo "pwd"
|
echo "pwd"
|
||||||
pwd
|
pwd
|
||||||
echo "ls"
|
echo "ls"
|
||||||
ls
|
ls -al
|
||||||
source travis/${GAMOS}-before-install.sh
|
source travis/${GAMOS}-before-install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user