Skip to content

Commit

Permalink
Implemented initial cookie-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Nov 30, 2024
1 parent ef0af1f commit def4337
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 615 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
toolchain: ${{ matrix.rust_version }}
- name: Install dependencies
run: sudo apt update -y && sudo apt install libgtk-4-dev libglib2.0-dev -y
run: sudo apt update -y && sudo apt install libgtk-4-dev libglib2.0-dev libsqlite3-dev -y
- name: Cache cargo
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: lscpu
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update -y && sudo apt install libgtk-4-dev libglib2.0-dev -y
run: sudo apt update -y && sudo apt install libgtk-4-dev libglib2.0-dev libsqlite3-dev -y
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust_version }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update -y && sudo apt install libgtk-4-dev libglib2.0-dev -y
run: sudo apt update -y && sudo apt install libgtk-4-dev libglib2.0-dev libsqlite3-dev -y
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust_version }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
gosub_cookies.db
Loading

0 comments on commit def4337

Please sign in to comment.