Skip to content

Commit

Permalink
ci(compile): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Mar 15, 2024
1 parent e944890 commit f133eef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: |
git clone https://github.com/v1cont/yad
cd yad
ls -l
- name: Make
run: |
ls -l
autoreconf -ivf && intltoolize
mkdir build && cd build
../configure --enable-standalone && make
Expand Down

0 comments on commit f133eef

Please sign in to comment.