Skip to content

Commit

Permalink
tebako v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 29, 2022
1 parent 0ae79b0 commit c1533c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch:

env:
CACHE_VER: 05
CACHE_VER: 06
OS_VER: "ubuntu-18.04"
BUILD_TYPE: Release
CC: clang
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
./configure --prefix='/usr'
make
sudo make install
- name: Checkout tebako packaging environment
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
./configure --prefix='/usr'
make
sudo make install
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch:

env:
CACHE_VER: "03"
CACHE_VER: 04
BUILD_TYPE: Release
CC: clang
CXX: clang++
Expand Down

0 comments on commit c1533c6

Please sign in to comment.