Browse Source

github: Create config dir

ghassmo 5 năm trước cách đây
mục cha
commit
e300d13788
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .github/workflows/rust-build.yml

+ 3 - 0
.github/workflows/rust-build.yml

@@ -21,6 +21,9 @@ jobs:
               run: |
                 sudo apt-get update
                 sudo apt-get install libsqlcipher-dev
+            - name: Create Config Dir 
+              run: |
+                mkdir -p ~/.config/darkfi
             - name: Compile
               run: |
                 cargo build --release