diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 15:48:22 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-24 15:48:22 +0100 |
| commit | 9932b10bf191b6da19a2c64d5c7750b7525243ec (patch) | |
| tree | 97908726231a6f1a0bbda3ca4a5d41986716a30e /.github/workflows/windows-testing.yml | |
| parent | f8da24c5ec35504a1192cb494ebe1d27aa172b04 (diff) | |
Add -D__int64=int64_t flag to Java Windows build
Diffstat (limited to '.github/workflows/windows-testing.yml')
| -rw-r--r-- | .github/workflows/windows-testing.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/windows-testing.yml b/.github/workflows/windows-testing.yml deleted file mode 100644 index 02c409c5a..000000000 --- a/.github/workflows/windows-testing.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Windows testing - -on: push - -jobs: - run: - runs-on: windows-2019 - - steps: - - run: | - dir "C:\Program Files\Java\jdk8u275-b01\include" |
