Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki committed Jan 26, 2024
1 parent 442ea9f commit f062a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
main:
name: Build YDB C++ SDK
runs-on: [ubuntu-22.04]
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
shell: bash
Expand All @@ -24,8 +24,8 @@ jobs:
tar -xvzf libiconv-1.15.tar.gz
cd libiconv-1.15
./configure --prefix=/usr/local
make
make install
sudo make
sudo make install
cd ..
rm -rf llvm.sh libiconv-1.15
- name: Checkout PR
Expand All @@ -49,5 +49,5 @@ jobs:
shell: bash
run: |
cd ../build
ninja examples/all client/all
ninja examples/all client/allcd
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz
tar -xvzf libiconv-1.15.tar.gz
cd libiconv-1.15
./configure --prefix=/usr/local
make
make install
sudo make
sudo make install
```

## Create the work directory
Expand Down

0 comments on commit f062a5d

Please sign in to comment.