Skip to content

Commit

Permalink
Ignore file permissions and line endings (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
psalic authored Nov 9, 2024
1 parent 499dab0 commit 3dc8fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: lxi-tools-win64-release
on: [workflow_dispatch]

permissions: write-all

jobs:
build-release:
permissions: write-all
runs-on: windows-latest
defaults:
run:
Expand All @@ -20,6 +21,8 @@ jobs:
- name: Build
run: |
bash msys2_scripts/msys2-lxi-tools-pacman.sh
git config --global core.filemode false
git config --global core.autocrlf input
LXI_TAG="$(cd lxi-tools && git describe --tags)"
LIBLXI_TAG="$(cd liblxi && git describe --tags)"
FULL_TAG=$LXI_TAG-$LIBLXI_TAG
Expand Down
2 changes: 0 additions & 2 deletions msys2_scripts/msys2-lxi-tools-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ cd $SCRIPT_DIR/../$LIBLXI_DIR && meson install -C build
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/ucrt64/lib/pkgconfig:$PKG_CONFIG_PATH
export PATH=$PATH:/ucrt64/bin/

cd $SCRIPT_DIR/../$LXI_TOOLS_DIR && git config core.filemode false

cd $SCRIPT_DIR/../$LXI_TOOLS_DIR && meson setup build

cd $SCRIPT_DIR/../$LXI_TOOLS_DIR && meson compile -j 1 -C build
Expand Down

0 comments on commit 3dc8fdd

Please sign in to comment.