Skip to content

Commit 91b5c90

Browse files
committed
test
1 parent 53ae842 commit 91b5c90

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/autobuild.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v4
13-
with:
14-
path: bloom
1513

1614
- uses: actions/checkout@v4
1715
with:
@@ -29,6 +27,7 @@ jobs:
2927
3028
- name: build KallistiOS
3129
run: |
30+
ls ${{ github.workspace }}
3231
echo 'KOS_BASE=${{ github.workspace }}/kos' > kos/environ.sh
3332
sed 's/KOS_BASE=.*$//' kos/doc/environ.sh.sample >> kos/environ.sh
3433
. kos/environ.sh
@@ -42,7 +41,5 @@ jobs:
4241
4342
- name: build Bloom
4443
run: |
45-
mkdir bloom/build
46-
cd bloom/build
47-
kos-cmake -DCMAKE_BUILD_TYPE=Release ..
44+
kos-cmake -DCMAKE_BUILD_TYPE=Release .
4845
make

0 commit comments

Comments
 (0)